Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Files

Latest commit

87dc299 · Jul 4, 2022

History

History
21 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 641 Bytes

syntax-extension

CI Coverage Doc

An extension of syntax module.

Installation & Usage

raco pkg install --auto syntax-extension

Example code

(require syntax/identfier)

(identifer->string #'abc) ; "abc"