diff options
Diffstat (limited to 'parsing/g_constr.ml4')
| -rw-r--r-- | parsing/g_constr.ml4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4 index 3f246b48cc..08c1f19170 100644 --- a/parsing/g_constr.ml4 +++ b/parsing/g_constr.ml4 @@ -169,6 +169,10 @@ GEXTEND Gram CCast(!@loc,c1, CastVM c2) | c1 = operconstr; "<:"; c2 = SELF -> CCast(!@loc,c1, CastVM c2) + | c1 = operconstr; "<<:"; c2 = binder_constr -> + CCast(!@loc,c1, CastNative c2) + | c1 = operconstr; "<<:"; c2 = SELF -> + CCast(!@loc,c1, CastNative c2) | c1 = operconstr; ":";c2 = binder_constr -> CCast(!@loc,c1, CastConv c2) | c1 = operconstr; ":"; c2 = SELF -> |
