We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09caf0b commit 38e1ca1Copy full SHA for 38e1ca1
cryptol-saw-core/src/CryptolSAWCore/Cryptol.hs
@@ -1,12 +1,8 @@
1
-{-# OPTIONS_GHC -Wall #-}
2
-{-# LANGUAGE DoAndIfThenElse #-}
+{-# LANGUAGE BangPatterns #-}
3
{-# LANGUAGE OverloadedStrings #-}
4
-{-# LANGUAGE PatternGuards #-}
5
-{-# LANGUAGE ViewPatterns #-}
6
-{-# LANGUAGE TupleSections #-}
7
{-# LANGUAGE ScopedTypeVariables #-}
8
-{-# LANGUAGE BangPatterns #-}
9
{-# LANGUAGE TemplateHaskell #-}
+{-# LANGUAGE ViewPatterns #-}
10
11
{- |
12
Module : CryptolSAWCore.Cryptol
cryptol-saw-core/src/CryptolSAWCore/TypedTerm.hs
@@ -5,7 +5,7 @@ License : BSD3
Maintainer : huffman
Stability : provisional
-}
+
module CryptolSAWCore.TypedTerm
-- ppTypedTerm,
-- ppTypedTermType,
0 commit comments