Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Add num exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed May 23, 2020
1 parent 5e569c9 commit 7a836ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/MPrelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ import Data.Tuple as Exports
( uncurry
)

import GHC.Num as Exports
( Num
, (*)
, (+)
)

import Numeric.Natural as Exports
( Natural
)
Expand Down

0 comments on commit 7a836ac

Please sign in to comment.