@harmoniclabs/plu-ts
Advanced tools
Changelog
v0.1.9
getFromDataForType
returns punMapData
for list( pair( any, any ) )
termsdynPair
type (interchangeable to pair
type for what matters about typings)Changelog
v0.1.5
pdynPair
for dynamic Term<PPair<...>>
creation, to overcome the lack of a mkPair
builtin;
pfstPair
and psndPair
accordinglygetFromDataForType
macro and getFromDataTermForType
accordinglypapp
(previously using b
instead of _b
)Changelog
v0.1.4
papp
(and $
method) accepts ts values and converts it automatically when possible
example: if
Term<PInt>
is expected it should be possible to pass1
without having to dopInt(1)
int
, bs
, bool
, etc... )lam
, fn
)list
, pair
)TermPair
pPair
for constants pairs