Safe Haskell | Safe |
---|
Solutions to Exercises for November 30, 2018
Exercise 2 and 3
See ../pdfs/05.pdf
Exercise 4
Exercise 5
showsPrecTerm :: Int -> Term -> ShowS Source #
showsPrecTerm n t
transforms term t
within a context of precedence n
into a "string" (for efficiency reasons actually the type ShowS
is used).