Remove non-unneeded import
This commit is contained in:
parent
5fc78b14ad
commit
b1c124d899
|
@ -1,6 +1,5 @@
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
import Functions
|
|
||||||
import ComputationM
|
import ComputationM
|
||||||
|
|
||||||
test :: ComputationM TokenNotTraversable ()
|
test :: ComputationM TokenNotTraversable ()
|
||||||
|
|
Loading…
Reference in New Issue