nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 22.05 22 lines 675 B view raw
1commit 77b5e54d33a66445f45ddc48577d835207be8cef 2Author: Stephen Dolan <stephen.dolan@cl.cam.ac.uk> 3Date: Fri Jun 12 19:34:51 2020 +0100 4 5 Unbreak small example logic 6 7diff --git a/examples/pprint/test_pprint.ml b/examples/pprint/test_pprint.ml 8index 77789ef..44124e7 100644 9--- a/examples/pprint/test_pprint.ml 10+++ b/examples/pprint/test_pprint.ml 11@@ -1,9 +1,9 @@ 12-open Crowbar 13 open PPrint 14+open Crowbar 15 type t = (string * PPrint.document) 16 let doc = fix (fun doc -> choose [ 17 const ("", empty); 18- const ("a", char 'a'); 19+ const ("a", PPrint.char 'a'); 20 const ("123", string "123"); 21 const ("Hello", string "Hello"); 22 const ("awordwhichisalittlebittoolong",