Mercurial > urweb
comparison src/compiler.sig @ 4:5c3cc348e9e6
Rename Laconic* modules to Source*
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 26 Jan 2008 15:29:09 -0500 |
parents | 4202f6eda946 |
children | 258261a53842 |
comparison
equal
deleted
inserted
replaced
3:daa4f1d7a663 | 4:5c3cc348e9e6 |
---|---|
27 | 27 |
28 (* Laconic/Web main compiler interface *) | 28 (* Laconic/Web main compiler interface *) |
29 | 29 |
30 signature COMPILER = sig | 30 signature COMPILER = sig |
31 | 31 |
32 val parse : string -> Laconic.file option | 32 val parse : string -> Source.file option |
33 | 33 |
34 val testParse : string -> unit | 34 val testParse : string -> unit |
35 | 35 |
36 end | 36 end |