Skip to content

Commit

Permalink
Strongweak: re-export WeakenN, SWN
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 16, 2024
1 parent 6b470f9 commit 9b40f0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Strongweak.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ module Strongweak
, Strengthen(..)

-- * Other definitions
, WeakenN(..)
, liftWeakF

-- * Strength switch wrapper
, Strength(..)
, type SW
, type SWN

) where

import Strongweak.Weaken
import Strongweak.Strengthen
import Strongweak.Strength
import Strongweak.WeakenN

{- $strongweak-instance-design
Expand Down

0 comments on commit 9b40f0a

Please sign in to comment.