1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 05:27:08 +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 AllowAmbiguousTypes #-}
{-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE RankNTypes #-} {-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-} {-# LANGUAGE TypeOperators #-}
module Tags.Tagging.Precise module Tags.Tagging.Precise
( Tags ( Tags
, ToTags(..) , ToTags(..)