UNPKG
monads-co
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
An implementation of Haskell's type classes in TS
calebowens/monads
monads-co
/
src
/
main.ts
6 lines
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./Applicative'
export
*
from
'./Functor'
export
*
from
'./Monad'
export
*
from
'./Result'
export
*
from
'./Optional'
export
*
from
'./HKT'