forked from GitHub/gf-core
Move transfer into the GF repo.
This commit is contained in:
5
transfer/examples/prelude.tr
Normal file
5
transfer/examples/prelude.tr
Normal file
@@ -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