summaryrefslogtreecommitdiff
path: root/Intermediate.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Intermediate.hs')
-rw-r--r--Intermediate.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Intermediate.hs b/Intermediate.hs
index 6f4c360..b0f12b9 100644
--- a/Intermediate.hs
+++ b/Intermediate.hs
@@ -26,7 +26,7 @@ data Ref
| RTemp Int
| RSClo Name -- static closure object of a function
| RNone
- deriving Eq
+ deriving (Eq, Ord)
data InsCode
= IAssign Ref