From e27d3305ccbf12cab4efc2616030288fb42c58e4 Mon Sep 17 00:00:00 2001 From: darkf Date: Mon, 4 Nov 2013 00:21:39 -0800 Subject: [PATCH] change filenames to start with an uppercase --- ast.hs => AST.hs | 0 interp.hs => Interp.hs | 0 lamb.hs => Lamb.hs | 0 parser.hs => Parser.hs | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename ast.hs => AST.hs (100%) rename interp.hs => Interp.hs (100%) rename lamb.hs => Lamb.hs (100%) rename parser.hs => Parser.hs (100%) diff --git a/ast.hs b/AST.hs similarity index 100% rename from ast.hs rename to AST.hs diff --git a/interp.hs b/Interp.hs similarity index 100% rename from interp.hs rename to Interp.hs diff --git a/lamb.hs b/Lamb.hs similarity index 100% rename from lamb.hs rename to Lamb.hs diff --git a/parser.hs b/Parser.hs similarity index 100% rename from parser.hs rename to Parser.hs