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

Dedent the exports.

This commit is contained in:
Rob Rix 2018-03-22 12:01:49 -04:00
parent 065d97b73f
commit 25e9630976

View File

@ -1,11 +1,11 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Data.Abstract.ModuleTable
( ModuleName
, ModuleTable (..)
, moduleTableLookup
, moduleTableInsert
, fromList
) where
( ModuleName
, ModuleTable (..)
, moduleTableLookup
, moduleTableInsert
, fromList
) where
import Data.Abstract.Module
import Data.Semigroup