File: typename.mli

package info (click to toggle)
ocaml-odoc 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,104 kB
  • sloc: ml: 59,291; javascript: 2,572; sh: 566; makefile: 31
file content (5 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
val to_string : Odoc_model.Paths.Path.Type.t -> string
(** [Typename.string tn] is a string representing the type name of [tn] as a string.
    Such a function could be provided by Odoc but we do two things differently :
    - Core types like [int] and [string] are represented as [Stdlib.int] or [Stdlib.string]
    - We do not use any parenthesis on functors. *)