hls-pragmas-plugin-1.0.1.0: test/testdata/AddPragmaAfterShebangPrecededByLanguage.hs
{-# LANGUAGE OverloadedStrings #-}
#! /usr/bin/env nix-shell
#! nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])"
data Something = Something {
foo :: !String,
bar :: !Int
}
tupleSection = (1, ) <$> Just 2