Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Tobias Decking
GHC
Commits
0fa4f1db
Commit
0fa4f1db
authored
Apr 24, 2007
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add comments
parent
c6ccf379
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
compiler/hsSyn/HsBinds.lhs
compiler/hsSyn/HsBinds.lhs
+3
-1
No files found.
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
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