UNPKG

functionalscript

Version:

FunctionalScript is a purely functional subset of JavaScript

5 lines (4 loc) 203 B
/// note: It should compiles into `identity` and no-ops at runtime. export const asNominal = (b) => b; /// note: It should compiles into `identity` and no-ops at runtime. export const asBase = (n) => n;