Remove stale preserves.min

This commit is contained in:
Emery Hemingway 2024-04-24 16:17:53 +02:00
parent 8aadf1829f
commit ccdf42872e
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
(
symbol text
(bool|num|str :v ==> str :result)
(
(
((v boolean?) ((((v) ("#t" @result)) ((true) ("#f" @result))) case))
((v number?) (v string @result))
((v string?) (v escape "\"" prefix "\"" suffix @result))
) case
)
) operator