1
0
forked from GitHub/gf-core

refresh compilation phase in the new format

This commit is contained in:
aarne
2007-12-07 10:23:18 +00:00
parent f7b3c218cf
commit 091f9f0c1b
7 changed files with 81 additions and 61 deletions

View File

@@ -27,7 +27,7 @@ oper
-- Discontinuous constituents.
SD2 = {s1,s2 : Str} ;
SD2 : Type = {s1,s2 : Str} ;
sd2 : (_,_ : Str) -> SD2 = \x,y -> {s1 = x ; s2 = y} ;