1
1
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:
Rob Rix 2017-05-10 11:56:06 -04:00
parent 6577852d75
commit ca14a5ef90

View File

@ -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