packages feed

purescript-0.12.0: tests/purs/failing/OperatorSections.purs

-- @shouldFailWith TypesDoNotUnify
module Main where

import Prelude

main = do
  (true `not` _)