packages feed

haskell-language-server-2.12.0.0: plugins/hls-explicit-record-fields-plugin/test/testdata/noop/PartiallyAppliedCon.hs

{-# LANGUAGE Haskell2010 #-}

module PartiallyAppliedCon where

data T = MkT { fa :: Int, fb :: Char }

foo :: Int -> Char -> T
foo x = MkT x