Mercurial > urweb
diff src/elab_print.sig @ 623:588b9d16b00a
Start of kind polymorphism, up to the point where demo/hello elaborates with updated Basis/Top
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 22 Feb 2009 16:10:25 -0500 |
parents | 71bafe66dbe1 |
children | 5c099b1308ae |
line wrap: on
line diff
--- a/src/elab_print.sig Sat Feb 21 16:11:56 2009 -0500 +++ b/src/elab_print.sig Sun Feb 22 16:10:25 2009 -0500 @@ -28,7 +28,7 @@ (* Pretty-printing Ur/Web *) signature ELAB_PRINT = sig - val p_kind : Elab.kind Print.printer + val p_kind : ElabEnv.env -> Elab.kind Print.printer val p_explicitness : Elab.explicitness Print.printer val p_con : ElabEnv.env -> Elab.con Print.printer val p_pat : ElabEnv.env -> Elab.pat Print.printer