Skip to content

Commit

Permalink
driver.mld: Increase #print_length
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Sep 26, 2023
1 parent e2334fc commit 6d68236
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/driver.mld
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First, we need to initialise MDX with some libraries and helpful values:
(* Prelude *)
#require "bos";;
#install_printer Fpath.pp;;
#print_length 100;;
#print_length 655360;;
#print_depth 10;;
open Bos;;
let (>>=) = Result.bind;;
Expand Down Expand Up @@ -612,7 +612,6 @@ generate_all linked
Let's see if there was any output from the [odoc] invocations:

{[
# #print_length 655360;;
# !compile_output;;
- : string list = [""]
# !link_output;;
Expand Down

0 comments on commit 6d68236

Please sign in to comment.