Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
84e376bc
Commit
84e376bc
authored
Jun 05, 2002
by
simonpj
Browse files
[project @ 2002-06-05 14:07:47 by simonpj]
Add comment
parent
0c66d79b
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/hsSyn/HsPat.lhs
View file @
84e376bc
...
@@ -133,6 +133,8 @@ data OutPat id
...
@@ -133,6 +133,8 @@ data OutPat id
-- the desugarer can readily identify
-- the desugarer can readily identify
-- equations with identical literal-patterns
-- equations with identical literal-patterns
-- Always HsInteger, HsRat or HsString.
-- Always HsInteger, HsRat or HsString.
-- *Unlike* NPatIn, for negative literals, the
-- literal is acutally negative!
Type -- Type of pattern, t
Type -- Type of pattern, t
(HsExpr id (OutPat id)) -- Of type t -> Bool; detects match
(HsExpr id (OutPat id)) -- Of type t -> Bool; detects match
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment