There was an error while loading. Please reload this page.
2 parents b84b1e8 + 251fb99 commit 7ff721aCopy full SHA for 7ff721a
1 file changed
HACKING.md
@@ -1,7 +1,7 @@
1
# Hacking
2
3
Most of the code is in `System/FilePath/Internal.hs` which is `cpphs`'d into both `System/FilePath/Posix.hs`
4
-and `System/FilePath/Windows.hs` via `make cpp` and commited to the repo. This Internal module is a bit weird
+and `System/FilePath/Windows.hs` via `make cpp` and committed to the repo. This Internal module is a bit weird
5
in that it isn't really a Haskell module, but is more an include file.
6
7
The library has extensive doc tests. Anything starting with `-- >` is transformed into a doc test as a predicate
0 commit comments