blob: 78708da6ac3c9e00bccee960821b0e9122ab804a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE Safe #-}
-- | Test SafeLanguage disables things
-- Testing ordering doesn't matter this time
-- with Safe appearing after TH.
module SafeLang16 where
f :: Int
f = 1
|