You can search for identifiers within the package.
in-package search v0.2.0
Val_type enumerates every possible argument/result type
Val_type
type t =
| I32
| I64
| F32
| F64
| V128
| FuncRef
| ExternRef
Value type
val of_int : int -> t
val to_int : t -> int