1
1
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:
Rob Rix 2019-10-02 13:35:32 -04:00
parent 3ec0981e47
commit 21f36e1161
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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(..)