1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Reformat.

This commit is contained in:
Rob Rix 2020-01-13 13:29:21 -05:00
parent bf3c17fada
commit 32dd435843
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -1,12 +1,12 @@
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
module Tags.Tagging.Precise
( Tags
, ToTags(..)