fixed error

This commit is contained in:
Lars Brünjes 2021-05-19 10:37:24 +02:00
parent a4f2ba21ea
commit a7bcb819b1
No known key found for this signature in database
GPG key ID: B488B9045DC1A087

View file

@ -12,7 +12,7 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
module Week07.Test where
module Week07.TestStateMachine where
import Control.Monad hiding (fmap)
import Control.Monad.Freer.Extras as Extras