File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
typed-protocols/src/Network/TypedProtocol Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 88{-# LANGUAGE QuantifiedConstraints #-}
99{-# LANGUAGE RankNTypes #-}
1010{-# LANGUAGE ScopedTypeVariables #-}
11- {-# LANGUAGE StandaloneDeriving #-}
12- {-# LANGUAGE StandaloneKindSignatures #-}
13- {-# LANGUAGE TypeApplications #-}
1411{-# LANGUAGE TypeFamilies #-}
1512-- @UndecidableInstances@ extension is required for defining @Show@ instance of
1613-- @'AnyMessage'@ and @'AnyMessage'@.
Original file line number Diff line number Diff line change 44{-# LANGUAGE RankNTypes #-}
55{-# LANGUAGE StandaloneKindSignatures #-}
66{-# LANGUAGE TypeFamilies #-}
7- {-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
87
8+ {-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
99{-# HLINT ignore "Use camelCase" #-}
1010
1111-- | The module contains exclusion lemmas which are proven using ad absurdum:
You can’t perform that action at this time.
0 commit comments