1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Export ScopeGraph’s constructor & field.

This commit is contained in:
Rob Rix 2019-07-29 15:51:38 -04:00
parent 34da6ada5c
commit 3bf6cb61fd
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,6 +1,6 @@
{-# LANGUAGE FlexibleContexts, GeneralizedNewtypeDeriving, OverloadedStrings, RankNTypes, RecordWildCards, TypeApplications, TypeOperators #-}
module Analysis.ScopeGraph
( ScopeGraph
( ScopeGraph(..)
, Entry(..)
, scopeGraph
, scopeGraphAnalysis