package wcs-lib

  1. Overview
  2. Docs
type selector =
  1. | Goto_user_input
  2. | Goto_condition
  3. | Goto_body
val selector_wrap : string -> selector
val selector_unwrap : selector -> string