Skip to content

Commit 38e1ca1

Browse files
committed
cryptol-saw-core: Minimize LANGUAGE pragmas.
1 parent 09caf0b commit 38e1ca1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

cryptol-saw-core/src/CryptolSAWCore/Cryptol.hs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
{-# OPTIONS_GHC -Wall #-}
2-
{-# LANGUAGE DoAndIfThenElse #-}
1+
{-# LANGUAGE BangPatterns #-}
32
{-# LANGUAGE OverloadedStrings #-}
4-
{-# LANGUAGE PatternGuards #-}
5-
{-# LANGUAGE ViewPatterns #-}
6-
{-# LANGUAGE TupleSections #-}
73
{-# LANGUAGE ScopedTypeVariables #-}
8-
{-# LANGUAGE BangPatterns #-}
94
{-# LANGUAGE TemplateHaskell #-}
5+
{-# LANGUAGE ViewPatterns #-}
106

117
{- |
128
Module : CryptolSAWCore.Cryptol

cryptol-saw-core/src/CryptolSAWCore/TypedTerm.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ License : BSD3
55
Maintainer : huffman
66
Stability : provisional
77
-}
8-
{-# LANGUAGE PatternGuards #-}
8+
99
module CryptolSAWCore.TypedTerm
1010
-- ppTypedTerm,
1111
-- ppTypedTermType,

0 commit comments

Comments
 (0)