diff src/mono_reduce.sig @ 1852:3c93e91e97da

Get Iflow working again
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Apr 2013 13:03:20 -0400
parents 8e055bbbd28b
children
line wrap: on
line diff
--- a/src/mono_reduce.sig	Sun Apr 21 10:29:30 2013 -0400
+++ b/src/mono_reduce.sig	Sun Apr 21 13:03:20 2013 -0400
@@ -1,4 +1,4 @@
-(* Copyright (c) 2008, Adam Chlipala
+(* Copyright (c) 2008, 2013, Adam Chlipala
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -35,4 +35,6 @@
 
     val impure : Mono.exp -> bool
 
+    val fullMode : bool ref
+
 end