From 55113b54dfb29df9f53488c106a672bf2c63c293 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Wed, 17 Nov 2021 14:40:20 +0100 Subject: Make progress on deserializing modules --- src/Values.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Values.ml') diff --git a/src/Values.ml b/src/Values.ml index bc917d85..992b43ea 100644 --- a/src/Values.ml +++ b/src/Values.ml @@ -3,8 +3,6 @@ open Types module VarId = IdGen () -module FunDefId = IdGen () - type var = { index : VarId.id; (** Unique variable identifier *) name : string option; -- cgit v1.2.3