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 #-}
|
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||||
module Data.Abstract.ModuleTable
|
module Data.Abstract.ModuleTable
|
||||||
( ModuleName
|
( ModuleName
|
||||||
, ModuleTable (..)
|
, ModuleTable (..)
|
||||||
, moduleTableLookup
|
, moduleTableLookup
|
||||||
, moduleTableInsert
|
, moduleTableInsert
|
||||||
, fromList
|
, fromList
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Abstract.Module
|
import Data.Abstract.Module
|
||||||
import Data.Semigroup
|
import Data.Semigroup
|
||||||
|
Loading…
Reference in New Issue
Block a user