mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-08 06:32:45 -06:00
Move transfer into the GF repo.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const : (A:Type) -> (B:Type) -> A -> B -> A ;
|
||||
const _ _ x _ = x ;
|
||||
|
||||
id : (A:Type) -> A -> A ;
|
||||
id A x = x ;
|
||||
Reference in New Issue
Block a user