package tsort

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a sort_result =
  1. | Sorted of 'a list
  2. | ErrorNonexistent of 'a list
  3. | ErrorCycle of 'a list
val sort : ('a * 'a list) list -> 'a sort_result
OCaml

Innovation. Community. Security.