Transfer: Removed PType from source and core languages.

This commit is contained in:
bringert
2006-03-03 10:34:15 +00:00
parent 6c5763615f
commit 145e0a4c82
19 changed files with 372 additions and 411 deletions

View File

@@ -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.