big tidy
This commit is contained in:
parent
bd9b58c405
commit
687b5f1040
6 changed files with 54 additions and 39 deletions
|
@ -1,4 +1,4 @@
|
|||
module Logic.Language.Impl.M where
|
||||
module Logic.Language.Impl.MIU where
|
||||
|
||||
import Logic.Language (Language(..), ConcatShowList(..))
|
||||
import Logic.Language.Derivation (Derivation(..))
|
||||
|
@ -80,6 +80,6 @@ deriveMIIUII =
|
|||
|
||||
{-
|
||||
ghci> import Logic.Language.Derivation (resolveDerivation)
|
||||
ghci> resolveDerivation deriveMIIUII
|
||||
Right [M,I,I,U,I,I]
|
||||
ghci> ConcatShowList <$> resolveDerivation deriveMIIUII
|
||||
Right MIIUII
|
||||
-}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue