Skip to content

Commit

Permalink
Amend sized literals to support deriving Show (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
monoidal committed Jul 15, 2023
1 parent b0687d9 commit 440c373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proposals/0451-sized-literals.rst
Expand Up @@ -136,6 +136,9 @@ literals.

(This can probably be factored with ``@signed_suffix`` and ``@unsigned_suffix``).

For types such as ``data T = MkT Int8# deriving Show``, the derived instance
should use the extended literal syntax.

Examples
--------

Expand Down

0 comments on commit 440c373

Please sign in to comment.