Module

Untagged.Castable

#Castable

class Castable a b 

A Castable a b exists if all values of type a have runtime values that can be interpreted as that of type b.

Instances

#CastableRecordRL

class CastableRecordRL :: RowList Type -> RowList Type -> Constraintclass CastableRecordRL (rl :: RowList Type) (rl' :: RowList Type) 

Instances

#cast

cast :: forall a b. Castable a b => a -> b

Modules