1
0
forked from GitHub/gf-core

started BasicGer

This commit is contained in:
aarne
2006-01-16 10:37:51 +00:00
parent cd4e4c2076
commit f77fb61715
4 changed files with 274 additions and 229 deletions

View File

@@ -30,7 +30,7 @@ oper
postfixSS : Str -> SS -> SS = \f,x -> ss (x.s ++ f) ;
embedSS : Str -> Str -> SS -> SS = \f,g,x -> ss (f ++ x.s ++ g) ;
id : (A : Type) -> A -> A ;
id : (A : Type) -> A -> A = \_,a -> a ;
-- discontinuous
SD2 = {s1,s2 : Str} ;