packages feed

hls-class-plugin-1.1.0.0: 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
  (<*>) = _