data Bool = { True, False } data IntList = { Nil, Cons(Int, IntList) }