Adding a command to TUTD for showing the native expression sent to the server #308
farzadbekran
started this conversation in
Ideas
Replies: 1 comment
-
We do have a ticket to implement template haskell support for the TutorialD language. With that, you would be able to get the underlying ADT from GHCi. I suppose that could be used as a short-term solution for this until the server has proper logging. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TUTD is clearly easier to work with. Making the equivalent expressions with the native data types is really hard sometimes, especially for constraints. It would be nice if we had a flag that enabled logging the resulting expressions that tutd interprets, in native format.
Beta Was this translation helpful? Give feedback.
All reactions