~ chicken-core (chicken-5) 6804642f44ab01fcbb49451dcf1997cc513c85e1
commit 6804642f44ab01fcbb49451dcf1997cc513c85e1 Author: unknown <felix@.(none)> AuthorDate: Wed Nov 11 09:14:55 2009 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sun Nov 22 11:11:37 2009 +0100 updated entry for grep in types.db Signed-off-by: felix <felix@call-with-current-continuation.org> diff --git a/types.db b/types.db index 0061bf2f..5239e2fe 100644 --- a/types.db +++ b/types.db @@ -880,7 +880,7 @@ (glob->regexp (procedure glob->regexp (string) string)) (glob? (procedure glob? (string) boolean)) -(grep (procedure grep (* list) list)) +(grep (procedure grep (* list #!optional (procedure (*) *)) list)) (regexp (procedure regexp (* #!optional * * *) (struct regexp))) (regexp-escape (procedure regexp-escape (string) string)) (regexp? (procedure regexp? (*) boolean))Trap