mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
Transfer: Removed PType from source and core languages.
This commit is contained in:
@@ -87,7 +87,6 @@ Pattern :: { Pattern }
|
||||
Pattern : '(' CIdent ListPattern ')' { PCons $2 (reverse $3) }
|
||||
| PatternVariable { PVar $1 }
|
||||
| 'rec' '{' ListFieldPattern '}' { PRec $3 }
|
||||
| 'Type' { PType }
|
||||
| String { PStr $1 }
|
||||
| Integer { PInt $1 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user