1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00

Only export toc

This commit is contained in:
joshvera 2017-01-26 12:45:36 -05:00
parent 36804a8686
commit 69cf915bf7

View File

@ -1,5 +1,5 @@
{-# LANGUAGE ScopedTypeVariables #-}
module Renderer.TOC where
module Renderer.TOC (toc) where
import Category as C
import Data.Aeson