From 2b533fd2a2690c899f8f27317a5832e72da0a098 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 31 Jan 2018 12:44:16 -0500 Subject: [PATCH] Added comment header --- scheme/cyclone/match.sld | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/scheme/cyclone/match.sld b/scheme/cyclone/match.sld index b9cb68b4..d7225ffe 100644 --- a/scheme/cyclone/match.sld +++ b/scheme/cyclone/match.sld @@ -1,9 +1,15 @@ -(define-library (match-test-lib) +;;;; Cyclone Scheme +;;;; https://github.com/justinethier/cyclone +;;;; +;;;; This module provides a hygienic pattern matcher based on +;;;; code from Chibi Scheme's (chibi match) library. Which in +;;;; turn was built using Alex Shinn's match.scm. +;;;; +(define-library (scheme cyclone match) (import (scheme base) - (scheme write) + ;(scheme write) ) -;(chibi) (import (chibi) (scheme base) (scheme write)) ;(export match match-lambda match-lambda* match-let match-letrec match-let*) (export match-syntax-error