aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2017-07-19 08:54:31 +0000
committerCamil Staps2017-07-19 08:54:31 +0000
commit3bab68554bfd593ae1fb777a84c28ccfde779539 (patch)
tree384db4b2c7c0d54ef4042ae174ee6f5d8291ada2
parentAdd +, -, *, /, %, ~ (diff)
Allow / in filenames
-rw-r--r--sil.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sil.icl b/sil.icl
index bb39f1e..77b5322 100644
--- a/sil.icl
+++ b/sil.icl
@@ -106,7 +106,7 @@ where
)
isFilename :: (String -> Bool)
- isFilename = all (\c -> isAlphanum c || isMember c ['.']) o fromString
+ isFilename = all (\c -> isAlphanum c || isMember c ['./']) o fromString
finish :: !*File !*File !*World -> *World
finish io err w