scriptum icon indicating copy to clipboard operation
scriptum copied to clipboard

Functional Programming Unorthodoxly Adjusted to Client-/Server-side Javascript

Results 16 scriptum issues
Sort by recently updated
recently updated
newest added

The following term has currently no type in scriptum, because the passed arguments might be heterogeneous and thus potentially creating an heterogeneous array: ```javascript f => (...args) => args.reduce((g, arg)...

feature
type validator

Library users must be able to perform these operations on `nativeDict`/`monoDict` to declare new types.

feature
type validator

i.e. ADTs without inhabitants.

type validator
scrutinize

In purescript `MonadRec` is used for stack safe recursion within a monad. I'm not sure, though, whether we can have the same effect with scriptum's lazyness on demand approach.

question
type validator

Functional dependencies presuppose multi-parameter type classes and are required to implement resurcion schemes without lots of boilerplate. Consequently, scriptum won't provide recursion schemes until version 2. However, this doesn't mean...

feature
type validator
v2

see #332

feature
type validator
v2

thunks are implemented as proxies in scriptum. The problem is that you cannot intercept `===`/`==` with the proxy type, hence special care have to be taken to accept the following...

feature
type validator