Open fmease opened 3 years ago
@lazy
Lazy
Examples:
data Person: Type of person ;; some documentation (name: Text) ;; some other documentation (age: Nat): Person
data Dummy @alpha @(beta) (A: Type) @gamma (@delta B: Type): Type of
Parameter attributes are stored inside of pi type literals.
Motivation
@lazy
(but this will probably be replaced with aLazy
type like in Idris 1)Examples:
Specification
Parameter attributes are stored inside of pi type literals.
Unresolved questions