package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type snax =
  1. | Sha of int
  2. | And
  3. | Xor
val strdump_snax : snax -> string
val bindump_snax : snax -> GuaCaml.BTools.ToB.stream -> bool list
val binload_snax : bool list -> snax * GuaCaml.BTools.OfB.stream
module ToBStream : sig ... end
module OfBStream : sig ... end
module Module : sig ... end
type ssystem = string system