Commit 9a03d75
committed
Remove purescript-str module
This file is another legacy from Haskell-mode. It contains no
autoloaded or interactive (i.e. ones somebody could bind to a hotkey)
functions, and the module isn't used anywhere in the code. Some of the
functions are specific to Haskell — for example, `purescript-str-trim`
mentions some "PureScript Report", which actually refers to Haskell
report (when the mode was imported from Haskell, code was
batch-renamed from haskell to purescript). So there's no point to prefer
purescript-str-trim to plain string-trim.
Thus, let's just remove the module from the codebase.1 parent a6c3ae6 commit 9a03d75
3 files changed
+0
-297
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
52 | 49 | | |
53 | 50 | | |
54 | 51 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments