packages feed

purescript-0.10.0: examples/failing/OperatorSections.purs

-- @shouldFailWith TypesDoNotUnify
module Main where

import Prelude

main = do
  (true `not` _)