mirror of
https://github.com/github/semantic.git
synced 2025-01-02 20:41:38 +03:00
Reformat the exports list.
This commit is contained in:
parent
6577852d75
commit
ca14a5ef90
@ -1,5 +1,12 @@
|
|||||||
{-# LANGUAGE RankNTypes #-}
|
{-# LANGUAGE RankNTypes #-}
|
||||||
module Renderer.TOC (toc, diffTOC, JSONSummary(..), Summarizable(..), isErrorSummary, tableOfContentsBy) where
|
module Renderer.TOC
|
||||||
|
( toc
|
||||||
|
, diffTOC
|
||||||
|
, JSONSummary(..)
|
||||||
|
, Summarizable(..)
|
||||||
|
, isErrorSummary
|
||||||
|
, tableOfContentsBy
|
||||||
|
) where
|
||||||
|
|
||||||
import Category as C
|
import Category as C
|
||||||
import Data.Aeson
|
import Data.Aeson
|
||||||
|
Loading…
Reference in New Issue
Block a user