lily/programs/data_decls.lily

3 lines
71 B
Plaintext
Raw Normal View History

2019-06-04 17:12:24 -07:00
data Bool = { True, False }
data IntList = { Nil, Cons(Int, IntList) }