packages feed

purescript-0.8.3.0: examples/failing/OperatorSections.purs

-- @shouldFailWith CannotApplyFunction
module Main where

import Prelude

main = do
  (true `not` _)