import * as E from 'fp-ts/lib/Either'; import * as O from 'fp-ts/lib/Option'; import { pipe } from 'fp-ts/lib/pipeable'; export { O, E, pipe };