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
Packages
binary
Commits
d659e008
Commit
d659e008
authored
Jul 04, 2019
by
Sebastian Graf
Browse files
Remove a catch-all clause that is rendered redundant by !963
parent
fcd9d3cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Data/Binary/Class.hs
View file @
d659e008
...
...
@@ -978,7 +978,6 @@ putTypeRep (Fun arg res) = do
put
(
3
::
Word8
)
putTypeRep
arg
putTypeRep
res
putTypeRep
_
=
error
"GHCi.TH.Binary.putTypeRep: Impossible"
getSomeTypeRep
::
Get
SomeTypeRep
getSomeTypeRep
=
do
...
...
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