Closed robrix closed 5 years ago
E.g.:
id : { a : Type } -> a -> a id = \ a . a thing : Bool thing = id {Bool} true
i.e. the braces indicate that we’re applying an otherwise implicit parameter.
cf #73 for the corresponding syntax for abstractions
Did this in #102 or so.
E.g.:
i.e. the braces indicate that we’re applying an otherwise implicit parameter.
cf #73 for the corresponding syntax for abstractions