Module

TsBridge.Types.Intersection

Package
purescript-ts-bridge
Repository
thought2/purescript-ts-bridge

#Intersection Source

data Intersection t0 t1

Instances

#ToTuples Source

class ToTuples a b | a -> b where

Members

Instances

#fst Source

fst :: forall a b. Intersection a b -> a

#snd Source

snd :: forall a b. Intersection a b -> b

#toTuple Source

toTuple :: forall a b. Intersection a b -> Tuple a b

#tsBridgeIntersection Source

tsBridgeIntersection :: forall a b tok. TsBridgeBy tok a => TsBridgeBy tok b => tok -> Proxy (Intersection a b) -> TsBridgeM TsType

#type (|&|) Source

Operator alias for TsBridge.Types.Intersection.Intersection (right-associative / precedence 7)