tilia-0.0.1.0: corpora/vendored/other/comment-after-header-pragma.hs
{-# LANGUAGE DeriveTraversable #-} -- Foldable and Functor come with it
{-# LANGUAGE DeriveFunctor #-}
-- said about the pragma below, not about the module
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -Wno-orphans #-} -- until the instances move upstream
{-# OPTIONS_HADDOCK not-home #-}
module Header where