summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-08-31 08:32:18 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-08-31 08:32:18 -0400
commit447b60afccc89ef18d8f92a260dd1fcdf735898e (patch)
tree93d1ffca9832084286525896afc4c17eaf5d23f4 /src/compiler.sig
parent508290e29047e068b9db4b02485fefd9e3ced81c (diff)
Laconic -> Ur
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 2594a0c7..51ec0537 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*)
-(* Laconic/Web main compiler interface *)
+(* Ur/Web main compiler interface *)
signature COMPILER = sig
@@ -44,8 +44,8 @@ signature COMPILER = sig
val time : ('src, 'dst) transform -> 'src -> unit
val timePrint : ('src, 'dst) transform -> 'src -> unit
- val parseLac : (string, Source.file) phase
- val parseLig : (string, Source.sgn_item list) phase
+ val parseUr : (string, Source.file) phase
+ val parseUrs : (string, Source.sgn_item list) phase
val parse : (job, Source.file) phase
val elaborate : (Source.file, Elab.file) phase