linear-maps-0.6: Finite maps for linear useSource codeContentsIndex
Data.Subtyping
Documentation
data a :|: b Source
class Incl c whereSource
Methods
left :: c a -> c (a :|: b)Source
right :: c b -> c (a :|: b)Source
show/hide Instances
class Incl2 c whereSource
Methods
left2 :: c a x -> c (a :|: b) xSource
right2 :: c b x -> c (a :|: b) xSource
show/hide Instances
Produced by Haddock version 2.4.2