Skip to content

Commit 5500387

Browse files
Expose HasDivision in the API
1 parent 588e6cc commit 5500387

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Constrained/API.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module Constrained.API (
1717
HasGenHint (..),
1818
Sized (..),
1919
NumLike (..),
20+
HasDivision (..),
2021
GenericallyInstantiated,
2122
IsPred,
2223
Logic,

src/Constrained/NumOrd.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module Constrained.NumOrd (
4343
OrdLike (..),
4444
MaybeBounded (..),
4545
NumLike (..),
46+
HasDivision (..),
4647
Numeric,
4748
Number,
4849
nubOrd,

0 commit comments

Comments
 (0)