nice readme, rename M to MIU system

This commit is contained in:
hi 2025-08-12 05:21:15 +00:00
parent b28263fdc3
commit e46bcf6ddc
3 changed files with 50 additions and 14 deletions

View file

@ -6,6 +6,7 @@ instance Show a => Show (ConcatShowList a) where
show (ConcatShowList xs) = concat $ map show xs
-- Formal language (/grammar/production system/whatever)
-- https://en.wikipedia.org/wiki/Post_canonical_system
class (Eq symbol, Show symbol) => Language symbol where
isWellFormed :: [symbol] -> Bool