resource gathering

This commit is contained in:
Aaron Greenspan
2019-12-23 18:14:37 -07:00
parent 0ab1121738
commit a00f4f10e3
18 changed files with 182 additions and 183 deletions

View File

@@ -10,8 +10,7 @@ import Control.Error.Util as X
import Data.Coerce as X
import Data.String as X (String, fromString)
import Data.Time.Clock as X
import Protolude as X hiding (bool, hush, isLeft, isRight,
note, tryIO)
import Protolude as X hiding (bool, hush, isLeft, isRight, note, tryIO, (<.>))
id :: a -> a
id = identity