Truth table: Difference between revisions

Line 414:
showTable $ header : map (map show) results
 
-- PerformesPerforms evaluation of token sequence in a given context.
-- The context is an assoc-list, which binds variable and it's value.
-- Here the monad is simple ((->) r).
Anonymous user