Fix total pattern match verification
[scheme.git] / stdlib.scm
1 (define stdlib
2   '(
3     (data Bool [false] [true]) ; this relies on false being 0, true being 1
4     ))