From 81b11d4ee31af630cd44e0bed909de2b9e576783 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 9 Feb 2014 16:42:37 +1100 Subject: Fixed module names --- Fractran/Interpreter.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Fractran/Interpreter.hs') diff --git a/Fractran/Interpreter.hs b/Fractran/Interpreter.hs index b62f279..cd5ae30 100644 --- a/Fractran/Interpreter.hs +++ b/Fractran/Interpreter.hs @@ -1,4 +1,4 @@ -module Interpreter ( +module Fractran.Interpreter ( fractran ) where -- cgit