~ chicken-core (chicken-5) ce4c96819da9119cca3450c4ea3612c5b8d90b19
commit ce4c96819da9119cca3450c4ea3612c5b8d90b19 Author: unknown <felix@.(none)> AuthorDate: Wed Nov 11 09:14:55 2009 +0100 Commit: unknown <felix@.(none)> CommitDate: Wed Nov 11 09:18:58 2009 +0100 updated entry for grep in types.db 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