diff src/elab_env.sig @ 158:b4b70de488e9

More datatype module stuff
author Adam Chlipala <adamc@hcoop.net>
date Thu, 24 Jul 2008 16:36:41 -0400
parents adc4e42e3adc
children c7a6e6dbc318
line wrap: on
line diff
--- a/src/elab_env.sig	Thu Jul 24 15:49:30 2008 -0400
+++ b/src/elab_env.sig	Thu Jul 24 16:36:41 2008 -0400
@@ -93,4 +93,6 @@
 
     val newNamed : unit -> int
 
+    val chaseMpath : env -> (int * string list) -> Elab.str * Elab.sgn
+
 end