package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Common code for handling the IO of all proof backends supported

module type Backend = sig ... end
module type BackendIO = sig ... end