1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Export Comparable.

This commit is contained in:
Rob Rix 2015-11-18 11:09:18 -08:00
parent 0ad19372fd
commit fc4cab8120

View File

@ -1,4 +1,4 @@
module Interpreter (interpret) where
module Interpreter (interpret, Comparable) where
import Algorithm
import Control.Monad.Free