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

racket-tw/syntax-extension

Repository files navigation

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"

Releases

No releases published

Languages