File: prelude.ml

package info (click to toggle)
ocaml-odoc 2.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,744 kB
  • sloc: ml: 37,049; makefile: 124; sh: 79
file content (27 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(* Prelude file for Mdx tests *)

#require "odoc.xref2";;
#require "odoc.xref_test";;

open Odoc_xref2;;
open Odoc_xref_test;;

(* Printers for names *)

#install_printer Common.root_pp;;
#install_printer Odoc_model.Names.ValueName.fmt;;
#install_printer Odoc_model.Names.ModuleName.fmt;;
#install_printer Odoc_model.Names.ModuleTypeName.fmt;;
#install_printer Odoc_model.Names.TypeName.fmt;;
#install_printer Odoc_model.Names.ClassName.fmt;;
#install_printer Odoc_model.Names.ClassTypeName.fmt;;
#install_printer Odoc_model.Names.ParameterName.fmt;;
#install_printer Odoc_model.Names.ExceptionName.fmt;;
#install_printer Odoc_model.Names.FieldName.fmt;;
#install_printer Odoc_model.Names.ConstructorName.fmt;;
#install_printer Odoc_model.Names.ExtensionName.fmt;;
#install_printer Odoc_model.Names.MethodName.fmt;;
#install_printer Odoc_model.Names.InstanceVariableName.fmt;;
#install_printer Odoc_model.Names.LabelName.fmt;;
#install_printer Odoc_model.Names.PageName.fmt;;
#install_printer Odoc_model.Names.SectionName.fmt;;