nice readme, rename M to MIU system
This commit is contained in:
parent
b28263fdc3
commit
e46bcf6ddc
3 changed files with 50 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue