hopefully complete and correct typechecker in PGF

This commit is contained in:
krasimir
2009-09-06 20:31:52 +00:00
parent 26367d6a1e
commit 54dbfeef48
18 changed files with 914 additions and 492 deletions

View File

@@ -1,30 +1,26 @@
\v0 -> v0 1
\x -> x 1
? 1
?1 1
? 1
?3 1
f 1 2
\x -> x
?1
?666
f
@@ -32,29 +28,29 @@ g ?
f 1 2
f 1 2
literal of function type
2
g 0
g 0
\x -> g x
\v0 -> g v0
g ?1
g ?
5
3