Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
cfa01595
Commit
cfa01595
authored
Jan 29, 2014
by
Herbert Valerio Riedel
🕺
Browse files
Add changelog entry for new `FiniteBits` class
Signed-off-by:
Herbert Valerio Riedel
<
hvr@gnu.org
>
parent
a9848b93
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/base/changelog.md
View file @
cfa01595
...
...
@@ -19,6 +19,11 @@
*
There is now a
`Data`
instance for
`Data.Version`
.
*
A new
`Data.Bits.FiniteBits`
class has been added to represent
types with fixed bit-count. The existing
`Bits`
class is extended
with a
`bitSizeMaybe`
method to replace the now obsolete
`bitsize`
method.
*
There are now
`Bits`
and
`FiniteBits`
instances for
`Bool`
.
*
There are now
`Eq`
,
`Ord`
,
`Show`
and
`Read`
instances for
`ZipList`
.
...
...
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