mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
Reformat the exports list.
This commit is contained in:
parent
6577852d75
commit
ca14a5ef90
@ -1,5 +1,12 @@
|
||||
{-# 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 Data.Aeson
|
||||
|
Loading…
Reference in New Issue
Block a user