#!r6rs ;; Copyright 2009 Derick Eddington. My MIT-style license is in the file named ;; LICENSE from the original collection this file is distributed with. (library (srfi :16 case-lambda) (export case-lambda) (import (only (rnrs control) case-lambda)) )