-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
call
and type arguments
#67
Comments
The expression may be any JSON representation of a Cryptol expression, including strings with concrete syntax in them, and that concrete syntax may be an arbitrary expression. Example:
We probably should add a higher-level syntax for specifying type arguments, however. String interpolation is not great, especially if you want to instantiate them with other types that have been received in a structured format. |
I asked how to use the |
Say I have the following function:
How do I use the
call
interface to do the following:Does the
expression
string accept something likef`{10}
?The text was updated successfully, but these errors were encountered: