You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix more display differences between ocamlnat/ocaml (PR#10849)
Unites the toplevels still further. Previously, the native toplevel
did not display output for:
let _ : <type> = <expr>
and related cases. The `match` for wildcard bindings is now
shared between bytecode and native, so the native toplevel
should always display values when the bytecode would.
0 commit comments