This commit is contained in:
hi 2025-08-15 10:06:31 +00:00
parent bd9b58c405
commit 687b5f1040
6 changed files with 54 additions and 39 deletions

View file

@ -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
-}