1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Limit the Interpreter exports.

This commit is contained in:
Rob Rix 2017-09-25 11:24:21 -04:00
parent 67a6071245
commit c3e7c62fcf

View File

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