We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2f09b commit ab563e2Copy full SHA for ab563e2
OMCompiler/Compiler/Template/AbsynToJulia.tpl
@@ -961,7 +961,7 @@ match exp
961
case CONS(__) then
962
let head_str = dumpExp(head, context)
963
let rest_str = dumpExp(rest, context)
964
- '<%head_str%> <| <%rest_str%>'
+ '_cons(<%head_str%>, <%rest_str%>)'
965
case MATCHEXP(__) then dumpMatchExp(exp)
966
case LIST(__) then
967
let list_str = (exps |> e => dumpExp(e, context) ;separator=", ")
0 commit comments