irisjae / jaesque

0 stars 0 forks source link

How to do optional parameters? #5

Open irisjae opened 6 years ago

irisjae commented 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.