From 66cf5d3c5fff84a1cac333c1aa81a8e1f21ee6f4 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Mon, 8 Jul 2024 22:10:12 +0200 Subject: rename Ident -> Name --- src/nbe/Domain.ml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/nbe/Domain.ml') diff --git a/src/nbe/Domain.ml b/src/nbe/Domain.ml index bf5ed90..f0922e8 100644 --- a/src/nbe/Domain.ml +++ b/src/nbe/Domain.ml @@ -3,9 +3,9 @@ open Bwd type t = Data.value = | Neutral of ne | Unfold of unfold - | Pi of Ident.local * t * clo - | Lam of Ident.local * clo - | Sg of Ident.local * t * clo + | Pi of Name.local * t * clo + | Lam of Name.local * clo + | Sg of Name.local * t * clo | Pair of t * t | Type | Bool @@ -18,14 +18,14 @@ and ne_head = Data.ne_head = and unfold = Data.unfold and unfold_head = Data.unfold_head = - | Def of Ident.t * t Lazy.t + | Def of Name.t * t Lazy.t and frm = Data.frm = | App of t | Fst | Snd | BoolElim of { - motive_var : Ident.local; + motive_var : Name.local; motive : clo; true_case : t; false_case: t; -- cgit 1.4.1