/usr/share/guile/3.0/scheme
NameSizeModeActions
base.scm192950644editdlrm
case-lambda.scm8400644editdlrm
char.scm34840644editdlrm
complex.scm9330644editdlrm
cxr.scm13250644editdlrm
eval.scm14220644editdlrm
file.scm11260644editdlrm
inexact.scm21930644editdlrm
lazy.scm9760644editdlrm
load.scm9790644editdlrm
process-context.scm20140644editdlrm
r5rs.scm43950644editdlrm
read.scm8260644editdlrm
repl.scm8450644editdlrm
time.scm11380644editdlrm
write.scm9790644editdlrm
Edit: /usr/share/guile/3.0/scheme/case-lambda.scm (840B)
;;; R7RS compatibility libraries ;;; Copyright (C) 2019 Free Software Foundation, Inc. ;;; ;;; This library is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU Lesser General Public License as ;;; published by the Free Software Foundation, either version 3 of the ;;; License, or (at your option) any later version. ;;; ;;; This library is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;;; Lesser General Public License for more details. ;;; ;;; You should have received a copy of the GNU Lesser General Public ;;; License along with this program. If not, see ;;; . (define-module (scheme case-lambda) #:re-export (case-lambda))