1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 23:46:21 +03:00

lints again

This commit is contained in:
Patrick Thomson 2019-03-07 09:25:13 -05:00
parent 4eac30b895
commit aac0dccb4f

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DerivingVia, GeneralizedNewtypeDeriving, RankNTypes, ScopedTypeVariables, TypeFamilies, TypeOperators, UndecidableInstances #-} {-# LANGUAGE DerivingVia, LambdaCase, RankNTypes, ScopedTypeVariables, TypeFamilies, TypeOperators, UndecidableInstances #-}
module Analysis.Abstract.Graph module Analysis.Abstract.Graph
( Graph(..) ( Graph(..)
, ControlFlowVertex(..) , ControlFlowVertex(..)