1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Merge branch 'core-factoring' into eliminate-core-loc

This commit is contained in:
Rob Rix 2019-10-10 20:43:11 -04:00
commit b99b9f90df
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@ test-suite test
, semantic-core
, semantic-source ^>= 0
, fused-effects
, fused-syntax
, hedgehog ^>= 1
, tasty >= 1.2 && <2
, tasty-hedgehog ^>= 1.0.0.1

View File

@ -222,4 +222,4 @@ data EdgeType term
-- $setup
-- >>> :seti -XOverloadedStrings
-- >>> import qualified Data.Core as Core
-- >>> import qualified Core.Core as Core