1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

🔥 redundant language extensions.

This commit is contained in:
Rob Rix 2019-09-24 16:17:56 -04:00
parent 12be927e84
commit c6a4f7d617
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,4 +1,4 @@
{-# LANGUAGE AllowAmbiguousTypes, DataKinds, DisambiguateRecordFields, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, NamedFieldPuns, ScopedTypeVariables, TypeApplications, TypeFamilies, TypeOperators, UndecidableInstances #-}
{-# LANGUAGE FlexibleContexts #-}
module Tags.Taggable.Precise
( runTagging
, Tags