Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
727f51dc
Commit
727f51dc
authored
Nov 02, 1999
by
simonpj
Browse files
[project @ 1999-11-02 10:31:54 by simonpj]
Fix bug in instance Dynamic (Either a b)
parent
081601b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/exts/Dynamic.lhs
View file @
727f51dc
...
...
@@ -269,7 +269,7 @@ instance (Typeable a, Typeable b) => Typeable (Either a b) where
where
getL :: Either a b -> a
getL = undefined
getR :: Either a b ->
a
getR :: Either a b ->
b
getR = undefined
instance (Typeable a, Typeable b) => Typeable (a -> b) where
...
...
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