ekmett / ersatz

A monad for interfacing with external SAT solvers
Other
63 stars 15 forks source link

introduce <== operator #63

Open jwaldmann opened 2 years ago

jwaldmann commented 2 years ago

class Boolean b has implication as (==>) :: b -> b -> b.

I wanted to write reverse implication <== and to my surprise, there is no such thing.

for reference, https://hoogle.haskell.org/?hoogle=%3C%3D%3D&scope=set%3Astackage