Pointless API Docs
pointless/prelude/types.ptls (source)
getType(value) link
Get a label representing the type of a value
hasType(label, value) link
Does value have the type given by label
is(label, value) link
Does value have the type given by label or is value a labelled tuple or object with a label matching label
notIs(label, value) link