haskellari / these

An either-or-both data type, with corresponding hybrid error/writer monad transformer.
117 stars 49 forks source link

add a flag "boot" for minimal dependencies, to be used by certain boot libs #159

Open infinity0 opened 3 years ago

infinity0 commented 3 years ago

As per haskellari/strict#29, I'm experimenting with de-duplicating StrictPair/StrictMaybe out of the containers library and need this flag to break the dependency cycle strict -> these -> binary -> containers -> strict.