• Jump To … +
    booleans.js index.js lists.js numerals.js pairs.js predicates.js
  • index.js

  • ¶

    Welcome to the docs! Use the menu to navigate. All functions exported are curried so you must apply arguments one at a time

    Concepts are often built upon and functions defined in terms of previously defined functions so recommended reading order is the same as the order these modules are exported

    export * from './booleans'
    export * from './numerals'
    export * from './predicates'
    export * from './pairs'
    export * from './lists'