1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Export comparableByConstructor & equivalentTerms again.

This commit is contained in:
Rob Rix 2017-09-26 09:44:25 -04:00
parent 2aff7745b6
commit d54f8b34c2

View File

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