We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ReferenceError
Supported symbol types:
raise
mainZCZCMainzimain
Unsupported symbol types:
hello
foo
bar
Debugging info:
git grep
warning, unhandled primop
Gen2.Prim.genPrim
genPrim _ _ op rs as = PrimInline $ appS "h$log" [e $ "warning, unhandled primop: "++show op++" "++show (length rs, length as)] # f # copyRes where f = ApplStat (var (T.pack $ "h$primop_" ++ show op)) as copyRes = mconcat $ zipWith (\r reg -> r |= e reg) rs (enumFrom Ret1)
primop-data-decl.hs-incl
putchar
opendir
getSym
RtsFlags
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Supported symbol types:
raise
mainZCZCMainzimain
Unsupported symbol types:
hello
,foo
,bar
)Debugging info:
git grep
, so they mustn't be defined for some reason.warning, unhandled primop
which comes from thedefault case of
Gen2.Prim.genPrim
:primop-data-decl.hs-incl
putchar
,opendir
)mainZCZCMainzimain
)getSym
,RtsFlags
)hello
,foo
,bar
)The text was updated successfully, but these errors were encountered: