mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
hopefully complete and correct typechecker in PGF
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user