fstar
  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val failwith : string -> 'a
val exit : Z.t -> 'a
val pipe_right : 'a -> ('a -> 'b) -> 'b
val pipe_left : ('a -> 'b) -> 'a -> 'b
val try_with : (unit -> 'a) -> (exn -> 'a) -> 'a