diff options
author | Ben Sima <ben@bsima.me> | 2019-11-23 15:59:08 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-23 15:59:08 -0800 |
commit | cc64fa01e9bae297915906a03f85fe50be384990 (patch) | |
tree | 0edce8775852170464cad7408c3c81dec8ad9bf6 /Com | |
parent | cb6147436f5cdc42622e849cfd6612261704b839 (diff) |
Capitalize all Scheme and Haskell modules
Diffstat (limited to 'Com')
-rwxr-xr-x | Com/Simatime/Bild.scm (renamed from Com/Simatime/bild.scm) | 8 | ||||
-rw-r--r-- | Com/Simatime/Core.scm (renamed from Com/Simatime/core.scm) | 2 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs.hs (renamed from Com/Simatime/language/Bs.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs/Cli.hs (renamed from Com/Simatime/language/Bs/Cli.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs/Eval.hs (renamed from Com/Simatime/language/Bs/Eval.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs/Expr.hs (renamed from Com/Simatime/language/Bs/Expr.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs/Parser.hs (renamed from Com/Simatime/language/Bs/Parser.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs/Primitives.hs (renamed from Com/Simatime/language/Bs/Primitives.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs/Repl.hs (renamed from Com/Simatime/language/Bs/Repl.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Language/Bs/Test.hs (renamed from Com/Simatime/language/Bs/Test.hs) | 0 | ||||
-rw-r--r-- | Com/Simatime/Repl.scm (renamed from Com/Simatime/repl.scm) | 2 | ||||
-rw-r--r-- | Com/Simatime/Shell.scm (renamed from Com/Simatime/shell.scm) | 2 | ||||
-rw-r--r-- | Com/Simatime/String.scm (renamed from Com/Simatime/string.scm) | 2 |
13 files changed, 8 insertions, 8 deletions
diff --git a/Com/Simatime/bild.scm b/Com/Simatime/Bild.scm index c7ab666..aa6fa94 100755 --- a/Com/Simatime/bild.scm +++ b/Com/Simatime/Bild.scm @@ -117,13 +117,13 @@ ;; ;;; Code: -(define-module (Com Simatime bild) +(define-module (Com Simatime Bild) #:use-module ((ice-9 popen) #:prefix popen/) #:use-module ((ice-9 format) #:select (format)) #:use-module ((ice-9 rdelim) #:prefix rdelim/) - #:use-module ((Com Simatime core) #:select (fmt)) - #:use-module ((Com Simatime shell) #:prefix sh/) - #:use-module ((Com Simatime string) #:prefix string/) + #:use-module ((Com Simatime Core) #:select (fmt)) + #:use-module ((Com Simatime Shell) #:prefix sh/) + #:use-module ((Com Simatime String) #:prefix string/) #:export (ns? ns->path path->ns diff --git a/Com/Simatime/core.scm b/Com/Simatime/Core.scm index 91d9339..83ded5d 100644 --- a/Com/Simatime/core.scm +++ b/Com/Simatime/Core.scm @@ -1,4 +1,4 @@ -(define-module (Com Simatime core) +(define-module (Com Simatime Core) #:use-module ((ice-9 format)) #:export ( ;; simple printing diff --git a/Com/Simatime/language/Bs.hs b/Com/Simatime/Language/Bs.hs index a810706..a810706 100644 --- a/Com/Simatime/language/Bs.hs +++ b/Com/Simatime/Language/Bs.hs diff --git a/Com/Simatime/language/Bs/Cli.hs b/Com/Simatime/Language/Bs/Cli.hs index 4c48c86..4c48c86 100644 --- a/Com/Simatime/language/Bs/Cli.hs +++ b/Com/Simatime/Language/Bs/Cli.hs diff --git a/Com/Simatime/language/Bs/Eval.hs b/Com/Simatime/Language/Bs/Eval.hs index 290170b..290170b 100644 --- a/Com/Simatime/language/Bs/Eval.hs +++ b/Com/Simatime/Language/Bs/Eval.hs diff --git a/Com/Simatime/language/Bs/Expr.hs b/Com/Simatime/Language/Bs/Expr.hs index a39c7b6..a39c7b6 100644 --- a/Com/Simatime/language/Bs/Expr.hs +++ b/Com/Simatime/Language/Bs/Expr.hs diff --git a/Com/Simatime/language/Bs/Parser.hs b/Com/Simatime/Language/Bs/Parser.hs index 3044a60..3044a60 100644 --- a/Com/Simatime/language/Bs/Parser.hs +++ b/Com/Simatime/Language/Bs/Parser.hs diff --git a/Com/Simatime/language/Bs/Primitives.hs b/Com/Simatime/Language/Bs/Primitives.hs index c074c59..c074c59 100644 --- a/Com/Simatime/language/Bs/Primitives.hs +++ b/Com/Simatime/Language/Bs/Primitives.hs diff --git a/Com/Simatime/language/Bs/Repl.hs b/Com/Simatime/Language/Bs/Repl.hs index 64ffaa2..64ffaa2 100644 --- a/Com/Simatime/language/Bs/Repl.hs +++ b/Com/Simatime/Language/Bs/Repl.hs diff --git a/Com/Simatime/language/Bs/Test.hs b/Com/Simatime/Language/Bs/Test.hs index 4a40036..4a40036 100644 --- a/Com/Simatime/language/Bs/Test.hs +++ b/Com/Simatime/Language/Bs/Test.hs diff --git a/Com/Simatime/repl.scm b/Com/Simatime/Repl.scm index 4913383..af9a494 100644 --- a/Com/Simatime/repl.scm +++ b/Com/Simatime/Repl.scm @@ -1,4 +1,4 @@ -(define-module (Com Simatime repl) +(define-module (Com Simatime Repl) #:export ()) diff --git a/Com/Simatime/shell.scm b/Com/Simatime/Shell.scm index 02c4e00..b99e5cd 100644 --- a/Com/Simatime/shell.scm +++ b/Com/Simatime/Shell.scm @@ -1,4 +1,4 @@ -(define-module (Com Simatime shell) +(define-module (Com Simatime Shell) #:use-module ((ice-9 popen) #:prefix popen/) #:use-module ((ice-9 rdelim) #:prefix rdelim/) #:use-module ((ice-9 ftw) #:prefix ftw/) diff --git a/Com/Simatime/string.scm b/Com/Simatime/String.scm index 3d32cd1..770b04b 100644 --- a/Com/Simatime/string.scm +++ b/Com/Simatime/String.scm @@ -1,4 +1,4 @@ -(define-module (Com Simatime string) +(define-module (Com Simatime String) #:export (replace to-string str capitalize)) (define (replace s match repl) |