Skip to content
Snippets Groups Projects
Commit 4a28e396 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 1999-07-16 11:08:58 by sewardj]

Fix trivial parse errors.
parent eef55ea2
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ _declarations_ ...@@ -8,7 +8,7 @@ _declarations_
1 data Expr b ; 1 data Expr b ;
1 data CoreRule ; 1 data CoreRule ;
1 data CoreRules = Rules [CoreRule] VarSet.IdOrTyVarSet ;; 1 data CoreRules = Rules [CoreRule] VarSet.IdOrTyVarSet ;
1 emptyCoreRules _:_ CoreRules ;; 1 emptyCoreRules _:_ CoreRules ;;
1 seqRules _:_ CoreRules -> PrelBase.() ;; 1 seqRules _:_ CoreRules -> PrelBase.() ;;
1 isEmptyCoreRules _:_ CoreRules -> PrelBase.Bool ;; 1 isEmptyCoreRules _:_ CoreRules -> PrelBase.Bool ;;
...@@ -3,5 +3,5 @@ _exports_ TypeRep Type Kind SuperKind ; ...@@ -3,5 +3,5 @@ _exports_ TypeRep Type Kind SuperKind ;
_declarations_ _declarations_
1 data Type ; 1 data Type ;
1 type Kind = Type ; 1 type Kind = Type ;
1 type SuperKind = Type ;; 1 type SuperKind = Type ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment