File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ module OCConf : Lin.Spec = struct
69
69
val_ " Out_channel.seek" (lift Out_channel. seek) (t @-> int64 @-> returning_or_exc unit ) ;
70
70
val_ " Out_channel.pos" (lift Out_channel. pos) (t @-> returning_or_exc int64 ) ;
71
71
val_ " Out_channel.length" (lift Out_channel. length) (t @-> returning_or_exc int64 ) ;
72
- val_ " Out_channel.close" (lift Out_channel. close) (t @-> returning unit ) ;
72
+ val_ " Out_channel.close" (lift Out_channel. close) (t @-> returning_or_exc unit ) ;
73
73
val_ " Out_channel.close_noerr" (lift Out_channel. close_noerr) (t @-> returning unit ) ;
74
74
val_ " Out_channel.flush" (lift Out_channel. flush) (t @-> returning_or_exc unit ) ;
75
75
val_ " Out_channel.flush_all" Out_channel. flush_all (unit @-> returning_or_exc unit ) ;
You can’t perform that action at this time.
0 commit comments