Add unit tests

This commit is contained in:
Dimitri Lozeve 2018-01-15 23:25:26 +00:00
parent 992f2f3fa6
commit f20497ecf3
4 changed files with 41 additions and 4 deletions

View file

@ -2,6 +2,7 @@ module Lib
( LSystem(..)
, Instruction(..)
, iterateLSystem
, instructions
, drawLSystem
) where