Description
Solutions to Exercises for January 18, 2019
Exercise 2
Exercise 3
balpar :: Parser Char Int Source #
Consume longest prefix of input tokens that correspond to the grammar of
balanced parentheses and return the number of matching pairs of parentheses.
Exercise 4
Exercise 5
data T Source #
A type of tokens for lambda terms.
Exercise 6