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

Latest commit

 

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"