Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0fa4f1db
Commit
0fa4f1db
authored
Apr 24, 2007
by
Simon Marlow
Browse files
add comments
parent
c6ccf379
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/hsSyn/HsBinds.lhs
View file @
0fa4f1db
...
...
@@ -52,7 +52,9 @@ data HsValBinds id -- Value bindings (not implicit parameters)
-- Recursive by default
| ValBindsOut -- After renaming
[(RecFlag, LHsBinds id)] -- Dependency analysed
[(RecFlag, LHsBinds id)] -- Dependency analysed, later bindings
-- in the list may depend on earlier
-- ones.
[LSig Name]
type LHsBinds id = Bag (LHsBind id)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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