mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 19:02:53 +01:00
fixed error
This commit is contained in:
parent
a4f2ba21ea
commit
a7bcb819b1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# LANGUAGE TypeOperators #-}
|
{-# LANGUAGE TypeOperators #-}
|
||||||
|
|
||||||
module Week07.Test where
|
module Week07.TestStateMachine where
|
||||||
|
|
||||||
import Control.Monad hiding (fmap)
|
import Control.Monad hiding (fmap)
|
||||||
import Control.Monad.Freer.Extras as Extras
|
import Control.Monad.Freer.Extras as Extras
|
||||||
|
|
Loading…
Reference in a new issue