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

Only export interpret.

This commit is contained in:
Rob Rix 2015-11-17 17:15:10 -08:00
parent 16e4bf891d
commit cdcb575b57

View File

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