rename constructors of Arrange to start with A instead of R
[coq-hetmet.git] / src / HaskWeak.v
index 670d8bd..077f7b5 100644 (file)
@@ -108,4 +108,4 @@ Fixpoint simplifyWeakExpr (me:WeakExpr) : WeakExpr :=
   (* un-letrec-ify multi branch letrecs *)
   | WELetRec mlr e                       => WELetRec mlr (simplifyWeakExpr e )
   end.
-*)
\ No newline at end of file
+*)