Open irisjae opened 6 years ago
maybe make a param, so first call in curried function will check whether was given by param. If not, recurse to param-ed version with default params. Make wrapper function to let param functions be easy to make.
param
maybe make a
param
, so first call in curried function will check whether was given byparam
. If not, recurse toparam
-ed version with default params. Make wrapper function to let param functions be easy to make.