Get rid of the final traversable cruft
This commit is contained in:
@@ -3,12 +3,12 @@ module Main where
|
||||
import Types
|
||||
import ComputationM
|
||||
|
||||
testSub :: ComputationM TokenNotTraversable Image
|
||||
testSub :: ComputationM Image
|
||||
testSub = do
|
||||
inp <- getListElem
|
||||
openImage inp
|
||||
|
||||
test :: ComputationM TokenNotTraversable ()
|
||||
test :: ComputationM ()
|
||||
test = do
|
||||
dir <- inject "retter"
|
||||
dirContents <- listDirectory dir
|
||||
|
||||
Reference in New Issue
Block a user