diff options
author | Ben Sima <ben@bsima.me> | 2020-05-12 22:49:35 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-05-12 22:49:35 -0700 |
commit | 5fc1cc6602ac03d05ce004d8d4d9c712242f318b (patch) | |
tree | ec5843efd3e80c7890a37bcb47149ffd214978eb /Alpha | |
parent | bc83c64067f5ef2b7e6e1bf9b7b49dbb12b9ddba (diff) |
Output formatting fixups
Diffstat (limited to 'Alpha')
-rw-r--r-- | Alpha/Core.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alpha/Core.scm b/Alpha/Core.scm index 4ce0bbb..076ad28 100644 --- a/Alpha/Core.scm +++ b/Alpha/Core.scm @@ -6,7 +6,7 @@ #:export (fmt printf pr prn rest last butlast true? false? some? empty? -> ->> fn /. curry comp - repeat for seq + repeat for seq turn inc dec member? contains? comment get-source* get-source source)) |