package opium

  1. Overview
  2. Docs
type t =
  1. | Basic of string

t_of_sexp

val t_of_sexp : Sexplib0.Sexp.t -> t

t_of_sexp sexp parses the s-expression sexp into a challenge

sexp_of_t

val sexp_of_t : t -> Sexplib0.Sexp.t

sexp_of_t t converts the challenge t to an s-expression