From 732e3305cba3a628d9408a048978151e4ef2fcc2 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Tue, 26 Apr 2022 18:03:03 +0200 Subject: Introduce the App expression, and make progress updating the code --- src/LlbcOfJson.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LlbcOfJson.ml') diff --git a/src/LlbcOfJson.ml b/src/LlbcOfJson.ml index 19ffc279..7604ec2b 100644 --- a/src/LlbcOfJson.ml +++ b/src/LlbcOfJson.ml @@ -1,4 +1,4 @@ -(** Functions to load CFIM ASTs from json. +(** Functions to load LLBC ASTs from json. Initially, we used `ppx_derive_yojson` to automate this. However, `ppx_derive_yojson` expects formatting to be slightly -- cgit v1.2.3