packages feed

haskell-language-server-2.7.0.0: plugins/hls-class-plugin/test/testdata/InsertPragmaOnce.expected.hs

{-# LANGUAGE InstanceSigs #-}
module InsertPragmaOnce where

data A aaa
instance Applicative A where
  pure :: a -> A a
  pure = _
  (<*>) :: A (a -> b) -> A a -> A b
  (<*>) = _