package fstar

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type norm_step =
  1. | Simpl
  2. | Weak
  3. | HNF
  4. | Primops
  5. | Delta
  6. | Zeta
  7. | ZetaFull
  8. | Iota
  9. | NBE
  10. | Reify
  11. | NormDebug
  12. | UnfoldOnly of Prims.string Prims.list
  13. | UnfoldOnce of Prims.string Prims.list
  14. | UnfoldFully of Prims.string Prims.list
  15. | UnfoldAttr of Prims.string Prims.list
  16. | UnfoldQual of Prims.string Prims.list
  17. | UnfoldNamespace of Prims.string Prims.list
  18. | Unmeta
  19. | Unascribe
val uu___is_Simpl : norm_step -> Prims.bool
val uu___is_Weak : norm_step -> Prims.bool
val uu___is_HNF : norm_step -> Prims.bool
val uu___is_Primops : norm_step -> Prims.bool
val uu___is_Delta : norm_step -> Prims.bool
val uu___is_Zeta : norm_step -> Prims.bool
val uu___is_ZetaFull : norm_step -> Prims.bool
val uu___is_Iota : norm_step -> Prims.bool
val uu___is_NBE : norm_step -> Prims.bool
val uu___is_Reify : norm_step -> Prims.bool
val uu___is_NormDebug : norm_step -> Prims.bool
val uu___is_UnfoldOnly : norm_step -> Prims.bool
val __proj__UnfoldOnly__item___0 : norm_step -> Prims.string Prims.list
val uu___is_UnfoldOnce : norm_step -> Prims.bool
val __proj__UnfoldOnce__item___0 : norm_step -> Prims.string Prims.list
val uu___is_UnfoldFully : norm_step -> Prims.bool
val __proj__UnfoldFully__item___0 : norm_step -> Prims.string Prims.list
val uu___is_UnfoldAttr : norm_step -> Prims.bool
val __proj__UnfoldAttr__item___0 : norm_step -> Prims.string Prims.list
val uu___is_UnfoldQual : norm_step -> Prims.bool
val __proj__UnfoldQual__item___0 : norm_step -> Prims.string Prims.list
val uu___is_UnfoldNamespace : norm_step -> Prims.bool
val __proj__UnfoldNamespace__item___0 : norm_step -> Prims.string Prims.list
val uu___is_Unmeta : norm_step -> Prims.bool
val uu___is_Unascribe : norm_step -> Prims.bool
val simplify : norm_step
val weak : norm_step
val hnf : norm_step
val primops : norm_step
val delta : norm_step
val norm_debug : norm_step
val zeta : norm_step
val zeta_full : norm_step
val iota : norm_step
val nbe : norm_step
val reify_ : norm_step
val delta_only : Prims.string Prims.list -> norm_step
val delta_once : Prims.string Prims.list -> norm_step
val delta_fully : Prims.string Prims.list -> norm_step
val delta_attr : Prims.string Prims.list -> norm_step
val delta_qualifier : Prims.string Prims.list -> norm_step
val delta_namespace : Prims.string Prims.list -> norm_step
val unmeta : norm_step
val unascribe : norm_step
OCaml

Innovation. Community. Security.