purescript-0.15.15: tests/purs/passing/EmptyTypeClass.purs
module Main where import Prelude import Effect import Effect.Console head :: forall a. Partial => Array a -> a head [x] = x main :: Effect _ main = log "Done"
module Main where import Prelude import Effect import Effect.Console head :: forall a. Partial => Array a -> a head [x] = x main :: Effect _ main = log "Done"