aboutsummaryrefslogtreecommitdiffstats
path: root/exportclight/ExportClight.ml
diff options
context:
space:
mode:
Diffstat (limited to 'exportclight/ExportClight.ml')
-rw-r--r--exportclight/ExportClight.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exportclight/ExportClight.ml b/exportclight/ExportClight.ml
index b124586a..05cbed71 100644
--- a/exportclight/ExportClight.ml
+++ b/exportclight/ExportClight.ml
@@ -269,6 +269,8 @@ let external_function p = function
coqstring text
signatur sg
(print_list coqstring) clob
+ | EF_select ty ->
+ fprintf p "@[<hov 2>(EF_select %a)@]" asttype ty
(* Expressions *)