Mercurial > urweb
comparison src/elab_util.sig @ 1584:c37d8341940a
Shorter, more focused error messages about undetermined unification variables
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 29 Oct 2011 17:30:34 -0400 |
parents | 9e0fa4f6ac93 |
children | 6c00d8af6239 |
comparison
equal
deleted
inserted
replaced
1583:7fcdf836b761 | 1584:c37d8341940a |
---|---|
224 -> 'context -> Elab.decl -> Elab.decl | 224 -> 'context -> Elab.decl -> Elab.decl |
225 end | 225 end |
226 | 226 |
227 structure File : sig | 227 structure File : sig |
228 val maxName : Elab.file -> int | 228 val maxName : Elab.file -> int |
229 end | 229 |
230 | 230 val findDecl : (Elab.decl -> bool) -> Elab.file -> Elab.decl option |
231 end | 231 end |
232 | |
233 end |