Skip to content

Commit

Permalink
disable print_string_cap_ro/rw to match ocaml-batteries-team#673
Browse files Browse the repository at this point in the history
  • Loading branch information
iitalics committed Dec 2, 2017
1 parent 4478906 commit e86cc0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions battop.ml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ open Batteries;;
#install_printer BatteriesPrint.print_uchar;;
#install_printer BatteriesPrint.print_ustring;;
#install_printer BatteriesPrint.print_rope;;
(*
#install_printer BatteriesPrint.print_string_cap_rw;;
#install_printer BatteriesPrint.print_string_cap_ro;;
*)
#install_printer BatteriesPrint.string_dynarray;;
#install_printer BatteriesPrint.int_dynarray;;
#install_printer BatteriesPrint.char_dynarray;;
Expand Down

0 comments on commit e86cc0f

Please sign in to comment.