seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
653 stars 13 forks source link

Make errorMessagesForSchema input type coherent with makeDomainFunction #32

Closed diogob closed 2 years ago

diogob commented 2 years ago

Purpose

Allow errorMessagesForSchema to be used with any schema used to derive a domain function.

gustavoguichard commented 2 years ago

@jansedlon , this PR may conform your request. If not, could you create an issue, please?

jansedlon commented 2 years ago

@gustavoguichard Hi, sorry for the delay, i've been busy. Yes, that's exactly what I did on my machine to fix the issue, thanks!