1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00

🔥 ScopedTypeVariables.

This commit is contained in:
Rob Rix 2017-05-08 11:37:20 -04:00
parent 60782087de
commit d74c5fc2d2

View File

@ -1,4 +1,3 @@
{-# LANGUAGE ScopedTypeVariables #-}
module Renderer.TOC (toc, diffTOC, JSONSummary(..), Summarizable(..), isErrorSummary) where
import Category as C