diff --git a/Data/SemiIsoFunctor.hs b/Data/SemiIsoFunctor.hs index 4c2e6d9..dea20b5 100644 --- a/Data/SemiIsoFunctor.hs +++ b/Data/SemiIsoFunctor.hs @@ -13,8 +13,6 @@ The most interesting property of that class is that it can be instantiated by both covariant (like Parser) and contravariant (like Printer) functors. Therefore it can be used as a common interface to unify parsing and pretty printing. - -Operator names are up to bikeshedding :) -} module Data.SemiIsoFunctor where