package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Fpath.t
val equal : Fpath.t -> Fpath.t -> bool
val compare : Fpath.t -> Fpath.t -> int
val hash : Fpath.t -> int
val pretty : unit -> Fpath.t -> GoblintCil.Pretty.doc
val to_yojson : Fpath.t -> [> `String of string ]
val of_yojson : [> `String of string ] -> (Fpath.t, string) result
val cwd : unit -> Fpath.t
val cwd_append : Fpath.t -> Fpath.t
val rem_find_prefix : Fpath.t -> Fpath.t -> Fpath.t