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:
parent
065d97b73f
commit
25e9630976
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user