Artifact Content
Not logged in

Artifact 2736ae63875fe7560ac657abc1c11dd24b4bfdc4:


;; Copyright (c) 2009 Derick Eddington.  All rights reserved.
;; Licensed under an MIT-style license.  My license is in the file
;; named LICENSE from the original collection this file is distributed
;; with.  If this file is redistributed with some other collection, my
;; license must also be included.

#!r6rs
(library (srfi s26 cut)
  (export cut cute <> <...>)
  (import (chezscheme) 
	  (srfi private auxiliary-keyword)
	  (srfi private include))

  (include/resolve ("srfi" "s26") "cut-impl.scm")  
  (define-auxiliary-keywords <> <...>)
)