Skip to content
Snippets Groups Projects
Commit 5f3a352b authored by erwan's avatar erwan
Browse files

Chore

parent d7cea6a9
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ let
tel
-----------------------------------------------------------------------------
function implies_list(A,B:bool^m) returns (res:bool^m);
function implies_list<<const m:int>>(A,B:bool^m) returns (res:bool^m);
let
res = map<<=>,m>>(A,B) ;
tel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment