Skip to content

Commit

Permalink
Export Wrapping constructor (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwalker committed Feb 15, 2023
1 parent c60353e commit 031a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGED: Export the constructor for the `Wrapping` type in the `Clash.Num.Wrapping` module. See [#2292](https://github.com/clash-lang/clash-compiler/issues/2292)
2 changes: 1 addition & 1 deletion clash-prelude/src/Clash/Num/Wrapping.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Maintainer : QBayLogic B.V. <devops@qbaylogic.com>
{-# LANGUAGE GeneralizedNewtypeDeriving #-}

module Clash.Num.Wrapping
( Wrapping(fromWrapping)
( Wrapping(..)
, toWrapping
) where

Expand Down

0 comments on commit 031a664

Please sign in to comment.