Skip to content

Commit

Permalink
Merge pull request #12 from brown/fix-type-declaration
Browse files Browse the repository at this point in the history
Change the type declarations of GET-FORM and FIND-FORMS.
  • Loading branch information
mmontone committed Nov 6, 2023
2 parents 64266a8 + 4c1c9e9 commit 5ea0d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cl-forms.lisp
Expand Up @@ -716,7 +716,7 @@ Use RENDER-FIELD, RENDER-FIELD-LABEL, etc manually, after."
(ftype (function (form) boolean) cl-forms:form-valid-p)
(ftype (function (t) *) cl-forms:field-formatter)
(ftype (function (form) list) form-errors)
(ftype (function (symbol) form) get-form find-form)
(ftype (function (symbol &rest t) form) get-form find-form)
(ftype (function (t &rest t) *) cl-forms:render-field-widget)
(ftype (function (t) *) cl-forms:field-reader)
(ftype (function (t) *) cl-forms:field-writer)
Expand Down

0 comments on commit 5ea0d12

Please sign in to comment.