mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
Transfer: Removed PType from source and core languages.
This commit is contained in:
@@ -193,7 +193,6 @@ match (PCons c' ps) (VCons c vs)
|
||||
match (PVar x) v = Just (bind x v)
|
||||
match (PRec fps) (VRec fs) = concatM [ match p (recLookup f fs) | FieldPattern f p <- fps ]
|
||||
match (PInt i) (VInt i') | i == i' = Just []
|
||||
match PType VType = Just []
|
||||
match (PStr s) (VStr s') | s == s' = Just []
|
||||
match (PInt i) (VInt i') | i == i' = Just []
|
||||
match _ _ = Nothing
|
||||
|
||||
Reference in New Issue
Block a user