1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Reformat Info’s exports.

This commit is contained in:
Rob Rix 2017-01-20 14:44:10 -05:00
parent fe155eac5a
commit 0aa45a615b

View File

@ -1,5 +1,20 @@
{-# LANGUAGE DataKinds, GeneralizedNewtypeDeriving #-}
module Info (Range(..), characterRange, setCharacterRange, Category(..), category, setCategory, Cost(..), cost, setCost, SourceSpan(..), SourcePos(..), SourceSpans(..), SourceText(..), sourceText) where
module Info
( Range(..)
, characterRange
, setCharacterRange
, Category(..)
, category
, setCategory
, Cost(..)
, cost
, setCost
, SourceSpan(..)
, SourcePos(..)
, SourceSpans(..)
, SourceText(..)
, sourceText
) where
import Data.Functor.Listable
import Data.Record