package tsort

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module TsortSource

Sourcetype 'a sort_result =
  1. | Sorted of 'a list
  2. | ErrorNonexistent of 'a list
  3. | ErrorCycle of 'a list
Sourceval sort : ('a * 'a list) list -> 'a sort_result
OCaml

Innovation. Community. Security.