Skip to content

Commit aaaf1ac

Browse files
author
bryant
committed
break up language pragmas into multiple lines
1 parent 06fce36 commit aaaf1ac

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/tablegen.hs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
{-# LANGUAGE DataKinds, TypeOperators, GADTs, KindSignatures, PolyKinds, TypeFamilies, UndecidableInstances, ExistentialQuantification, ScopedTypeVariables #-}
1+
{-# LANGUAGE DataKinds #-}
2+
{-# LANGUAGE TypeOperators #-}
3+
{-# LANGUAGE GADTs #-}
4+
{-# LANGUAGE KindSignatures #-}
5+
{-# LANGUAGE PolyKinds #-}
6+
{-# LANGUAGE TypeFamilies #-}
7+
{-# LANGUAGE UndecidableInstances #-}
8+
{-# LANGUAGE ExistentialQuantification #-}
9+
{-# LANGUAGE ScopedTypeVariables #-}
210

311
import qualified Control.Monad.Trans.State as State
412
import qualified Data.List as List

0 commit comments

Comments
 (0)