UNPKG

akh.writer

Version:

Akh writer monad and monad transformer

12 lines (9 loc) 224 B
"use strict" const WriterT = require('./trans/writer'); const Writer = require('./type/writer'); module.exports = { WriterT: WriterT, Writer: Writer, trans: { writer: WriterT }, type: { writer: Writer } };