1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 16:33:03 +03:00

Fix lints.

This commit is contained in:
Patrick Thomson 2019-05-29 10:45:53 -04:00
parent db8935d317
commit c34319c82e

View File

@ -10,7 +10,7 @@ identify a new syntax as Taggable, you need to:
constructor name of this syntax.
-}
{-# LANGUAGE AllowAmbiguousTypes, GADTs, ConstraintKinds, LambdaCase, RankNTypes, TypeFamilies, TypeOperators, ScopedTypeVariables, UndecidableInstances #-}
{-# LANGUAGE AllowAmbiguousTypes, GADTs, ConstraintKinds, RankNTypes, TypeFamilies, TypeOperators, UndecidableInstances #-}
module Tags.Taggable
( Tagger
, Token(..)