From c8e68f4dc594869a57e366452ca8ee5db522ecc0 Mon Sep 17 00:00:00 2001 From: Shulhi Sapli Date: Wed, 21 May 2025 15:49:36 +0800 Subject: [PATCH] Remove Example.res Accidental commit --- Example.res | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Example.res diff --git a/Example.res b/Example.res deleted file mode 100644 index 0821f114fc..0000000000 --- a/Example.res +++ /dev/null @@ -1,16 +0,0 @@ -type foo = {bar: int} - -type a = { - k: {"x": int}, - mutable f: int, - g: { - @as("ad") g1: int, - mutable g2: int - } -} - -type b = { - ...foo, - mutable f: int, - g: string -}