Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
-
bin Data.Bin.Pos Pos is to Bin is what Fin is to Nat. The name is picked, as the lack of better alternatives.
Pos :: forall (b1 :: BinP) . PosP b1 -> Pos ('BP b1)bin Data.Bin.Pos No documentation available.
-
bin Data.Bin.Pos -
No documentation available.
-
bin Data.BinP.PosP PosP :: PosP' 'Z b -> PosP (b :: BinP)bin Data.BinP.PosP No documentation available.
data
PosP' (n :: Nat) (b :: BinP)bin Data.BinP.PosP type family
Plus (a :: Bin) (b :: Bin) :: Binbin Data.Type.Bin Addition.
>>> :kind! Plus Bin3 Bin3 == Bin6 Plus Bin3 Bin3 == Bin6 :: Bool = 'True
>>> :kind! Mult2 Bin3 == Bin6 Mult2 Bin3 == Bin6 :: Bool = 'True
type family
Pred (b :: BinP) :: Binbin Data.Type.Bin Predecessor type family..
>>> :kind! Pred BP.BinP1 Pred BP.BinP1 :: Bin = 'BZ
>>> :kind! Pred BP.BinP5 == Bin4 Pred BP.BinP5 == Bin4 :: Bool = 'True
>>> :kind! Pred BP.BinP8 == Bin7 Pred BP.BinP8 == Bin7 :: Bool = 'True
>>> :kind! Pred BP.BinP6 == Bin5 Pred BP.BinP6 == Bin5 :: Bool = 'True