danidiaz / concrete-do

do-notation for various types, without the Monad typeclass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE QualifiedDo #-}
import ConcreteDo.IO qualified as IO
import ConcreteDo.Either qualified as Either

About

do-notation for various types, without the Monad typeclass

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%