packages feed

purescript-0.15.15: tests/purs/passing/OperatorAliasElsewhere/Def.purs

module Def where

what :: forall a b. a -> b -> a
what a _ = a