package fpath-sexp0

  1. Overview
  2. Docs

Source file fpath0.ml

1
2
3
4
5
6
7
8
9
open! Stdlib_compat

type t = Fpath.t

let sexp_of_t t = Sexplib0.Sexp.Atom (Fpath.to_string t)
let compare = Fpath.compare
let equal = Fpath.equal
let hash t = String.hash (Fpath.to_string t)
let seeded_hash seed t = String.seeded_hash seed (Fpath.to_string t)
OCaml

Innovation. Community. Security.