htdp icon indicating copy to clipboard operation
htdp copied to clipboard

signatures interfere with structures in ISL

Open mfelleisen opened this issue 6 years ago • 3 comments

See https://github.com/racket/racket/issues/1976 for details.

@ccshan @schackbrian2012

edit: added URL to racket issue ref

mfelleisen avatar Mar 07 '18 18:03 mfelleisen

I just pushed a patch to deinprogramm-signature that has a custom error message for this situation:

function call: expected a function after the parenthesis, but received a signature

I'm sure it's not optimal, so happy to hear suggestions for improvement.

mikesperber avatar Mar 10 '18 19:03 mikesperber

Thanks! This should work fine.

I would probably have used the error message rewriter to fix up the message.

mfelleisen avatar Mar 10 '18 23:03 mfelleisen

Thank you for changing the error message!

schackbrian2012 avatar Mar 14 '18 19:03 schackbrian2012

Closing this one as it's been addressed.

mikesperber avatar Nov 20 '22 10:11 mikesperber