mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
Weaken from GADTs to MonoLocalBinds.
This commit is contained in:
parent
3ec0981e47
commit
21f36e1161
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE AllowAmbiguousTypes, GADTs, ConstraintKinds, LambdaCase, KindSignatures, RankNTypes, TypeOperators, UndecidableInstances, UndecidableSuperClasses #-}
|
||||
{-# LANGUAGE AllowAmbiguousTypes, ConstraintKinds, KindSignatures, LambdaCase, MonoLocalBinds, RankNTypes, TypeOperators, UndecidableInstances, UndecidableSuperClasses #-}
|
||||
module Semantic.Api.Diffs
|
||||
( parseDiffBuilder
|
||||
, DiffOutputFormat(..)
|
||||
|
Loading…
Reference in New Issue
Block a user