mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 06:02:55 -06:00
Transfer: Removed PType from source and core languages.
This commit is contained in:
@@ -25,8 +25,6 @@ PCons. Pattern ::= "(" CIdent [Pattern] ")" ;
|
||||
PVar. Pattern ::= PatternVariable ;
|
||||
-- Record patterns.
|
||||
PRec. Pattern ::= "rec" "{" [FieldPattern] "}";
|
||||
-- Patterns matching the constant Type.
|
||||
PType. Pattern ::= "Type" ;
|
||||
-- String literal patterns.
|
||||
PStr. Pattern ::= String ;
|
||||
-- Integer literal patterns.
|
||||
|
||||
Reference in New Issue
Block a user