aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/ms_transform.xml
diff options
context:
space:
mode:
authorPéter Gömöri <[email protected]>2018-11-19 02:39:00 +0100
committerPéter Gömöri <[email protected]>2018-11-19 02:39:00 +0100
commitd6322be9aa1f42609c80083ea68eb1dd710f4466 (patch)
tree8fdb66dd40d350578f4eba66757efc6ecf870558 /lib/stdlib/doc/src/ms_transform.xml
parent5503d96504a89b1b00a78f7e7d12e79be553b215 (diff)
downloadotp-d6322be9aa1f42609c80083ea68eb1dd710f4466.tar.gz
otp-d6322be9aa1f42609c80083ea68eb1dd710f4466.tar.bz2
otp-d6322be9aa1f42609c80083ea68eb1dd710f4466.zip
Fix remote-call error in ms_transform
Before this patch the following call resulted in the below error ``` 1> dbg:fun2ms(fun(_) -> m:f() end). Error: Unknown error code {122,m,f} ``` Now it is properly formatted as ``` 1> dbg:fun2ms(fun(_) -> m:f() end). Error: fun containing the remote function call 'm:f/0' (called in body) cannot be translated into match_spec ```
Diffstat (limited to 'lib/stdlib/doc/src/ms_transform.xml')
0 files changed, 0 insertions, 0 deletions