blob: 8f474f2678d8ac9c06892a75a7d041ab06ac056b (
plain)
1
2
3
4
5
6
7
|
open Type_internal
open Ast
type 'a envs = 'a * Nameset.t * kind Kindmap.t * t Typmap.t
let rec to_ast (bound_names : Nameset.t) (kind_env : kind Kindmap.t) (typ_env : t Typmap.t) partial_defs defs =
(Defs [])
|