From a50f707f3b35d4b8b41804e42845f7cafe534728 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 4 Aug 2013 15:56:06 +0900 Subject: [PATCH] Removing spurious section header. --- lib/chibi/generic.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/chibi/generic.scm b/lib/chibi/generic.scm index 671ccf13..05b42f58 100644 --- a/lib/chibi/generic.scm +++ b/lib/chibi/generic.scm @@ -16,9 +16,8 @@ (let-syntax ((call)) . body)))))) -;;> \subsubsubsection{(define-method (name (param type) ...) body ...)} ;;> \subsubsubsection{\scheme{(define-method (name params ...) body ...)}} - + ;;> Each parameter should be either a single identifier or a list of the form ;;> \scheme{(param type)} where \var{param} is the parameter name and ;;> \var{type} is a predicate which returns true if it's argument is of the