package current_web

  1. Overview
  2. Docs
type t

Information about a site user.

val v : string -> (t, [> `Msg of string ]) Stdlib.result

v id is a user with ID id.

val id : t -> string

id t is the user ID (e.g. "github:alice")