1
1
mirror of https://github.com/github/semantic.git synced 2025-01-01 11:46:14 +03:00

🔥 the export of equivalentTerms from Interpreter.

This commit is contained in:
Rob Rix 2017-10-03 14:59:19 -04:00
parent d453a7f2df
commit ecfb920291

View File

@ -3,7 +3,6 @@ module Interpreter
( diffTerms ( diffTerms
, diffSyntaxTerms , diffSyntaxTerms
, comparableByConstructor , comparableByConstructor
, equivalentTerms
) where ) where
import Algorithm import Algorithm