vector-static-0.0.1: Statically checked sizes on Data.VectorSource codeContentsIndex
Data.Nat
Documentation
newtype I x Source
Constructors
I
unI :: x
newtype K x y Source
Constructors
K
unK :: x
data Z Source
Constructors
Z
show/hide Instances
newtype S n Source
Constructors
S n
show/hide Instances
Nat n => Nat (S n)
class Nat n whereSource
Methods
caseNat :: forall r. n -> (n ~ Z => r) -> (forall p. (n ~ S p, Nat p) => p -> r) -> rSource
show/hide Instances
Nat Z
Nat n => Nat (S n)
induction :: forall p n. Nat n => n -> p Z -> (forall x. Nat x => p x -> p (S x)) -> p nSource
natToInt :: Nat n => n -> IntSource
witnessNat :: forall n. Nat n => nSource
type family a :+: b :: *Source
type family a :*: b :: *Source
Produced by Haddock version 2.6.0