forked from GitHub/gf-core
Changed all example programs to use layout syntax.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const : (A:Type) -> (B:Type) -> A -> B -> A ;
|
||||
const _ _ x _ = x ;
|
||||
const : (A:Type) -> (B:Type) -> A -> B -> A
|
||||
const _ _ x _ = x
|
||||
|
||||
id : (A:Type) -> A -> A ;
|
||||
id A x = x ;
|
||||
id : (A:Type) -> A -> A
|
||||
id _ x = x
|
||||
Reference in New Issue
Block a user