mirror of
https://github.com/github/semantic.git
synced 2024-12-27 17:05:33 +03:00
🔥 some redundant language extensions.
This commit is contained in:
parent
353226c0cb
commit
22b6c3bab3
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE ConstraintKinds, DerivingVia, FlexibleContexts, FlexibleInstances, LambdaCase, MultiParamTypeClasses, NamedFieldPuns, OverloadedStrings, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, TypeApplications, TypeOperators, UndecidableInstances #-}
|
{-# LANGUAGE DerivingVia, FlexibleContexts, FlexibleInstances, LambdaCase, MultiParamTypeClasses, NamedFieldPuns, OverloadedStrings, RankNTypes, RecordWildCards, ScopedTypeVariables, TypeApplications, TypeOperators, UndecidableInstances #-}
|
||||||
module Analysis.Concrete
|
module Analysis.Concrete
|
||||||
( Concrete(..)
|
( Concrete(..)
|
||||||
, concrete
|
, concrete
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE ConstraintKinds, FlexibleContexts, OverloadedStrings, ScopedTypeVariables, TypeOperators #-}
|
{-# LANGUAGE FlexibleContexts, OverloadedStrings, ScopedTypeVariables, TypeOperators #-}
|
||||||
module Analysis.FlowInsensitive
|
module Analysis.FlowInsensitive
|
||||||
( Heap
|
( Heap
|
||||||
, FrameId(..)
|
, FrameId(..)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE ConstraintKinds, FlexibleContexts, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, TypeApplications #-}
|
{-# LANGUAGE FlexibleContexts, RankNTypes, RecordWildCards, ScopedTypeVariables, TypeApplications #-}
|
||||||
module Analysis.ImportGraph
|
module Analysis.ImportGraph
|
||||||
( ImportGraph
|
( ImportGraph
|
||||||
, importGraph
|
, importGraph
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE ConstraintKinds, FlexibleContexts, OverloadedStrings, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, TypeApplications, TypeOperators #-}
|
{-# LANGUAGE FlexibleContexts, OverloadedStrings, RankNTypes, RecordWildCards, ScopedTypeVariables, TypeApplications, TypeOperators #-}
|
||||||
module Analysis.ScopeGraph
|
module Analysis.ScopeGraph
|
||||||
( ScopeGraph(..)
|
( ScopeGraph(..)
|
||||||
, Ref (..)
|
, Ref (..)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE ConstraintKinds, DeriveGeneric, DeriveTraversable, DerivingVia, FlexibleContexts, FlexibleInstances, GeneralizedNewtypeDeriving, LambdaCase, MultiParamTypeClasses, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeFamilies, TypeOperators, UndecidableInstances #-}
|
{-# LANGUAGE DeriveGeneric, DeriveTraversable, DerivingVia, FlexibleContexts, FlexibleInstances, GeneralizedNewtypeDeriving, LambdaCase, MultiParamTypeClasses, QuantifiedConstraints, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators, UndecidableInstances #-}
|
||||||
module Analysis.Typecheck
|
module Analysis.Typecheck
|
||||||
( Monotype (..)
|
( Monotype (..)
|
||||||
, Meta
|
, Meta
|
||||||
|
Loading…
Reference in New Issue
Block a user