Skip to content
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

function gets executed when tried to be entered in a map.... #98

Open
BertLisser opened this issue Apr 16, 2013 · 0 comments
Open

function gets executed when tried to be entered in a map.... #98

BertLisser opened this issue Apr 16, 2013 · 0 comments
Labels

Comments

@BertLisser
Copy link
Owner

Created 2011-04-13 by dkech@hotmail.com assigned to jurgenv@cwi.nl

See example:

rascal>import main;
ok
rascal>import Benchmark;
ok
rascal>map[str, void()] m = ("main":main(sfile,true));
[ PARSE ]: finished (|file:///home/kenjo/Tiger/testcases/merge.tig|).

[ Compile ]: finished Ok.
stdin:///:1,17: Expected map[str, void ()], but got map[str, TIGERUNIT]
rascal>

How do I use benchmark() function?

@ghost ghost assigned BertLisser Apr 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant