pinyotensor
pinyotensor
I'm a big fan of how BDD strives for readability in tests. For example: ``` expect(favouriteLibrariesOf(self)).to.contain('redux-saga-test-plan'); ``` I have the impression that this library wants to follow this pattern, hence...
## Setup In the REPL, input the following: ``` Union : [A, B] checkTuple : Union, Union -> Nat checkTuple = \a, b -> when (a, b) is (A, _)...
Being able to work convention-based, without bundler configuration, is awesome, and I was enjoying @pika/pack a lot... Until I had to install all the environment anyway to be able to...
The main idea of this library is cool, but it needs a lot of more plugins to support real case usages. The community can help improve this, but that's unlikely...