From 55fc259e5729ad7373c52788804071e97e5d9b37 Mon Sep 17 00:00:00 2001 From: Tenshi <87119012+TTENSHII@users.noreply.github.com> Date: Sun, 17 Dec 2023 11:03:06 +0100 Subject: [PATCH] Update src/Types.hs --- src/Types.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Types.hs b/src/Types.hs index b0e2fb5..80b74a4 100644 --- a/src/Types.hs +++ b/src/Types.hs @@ -16,7 +16,6 @@ module Types ) where import Data.Int (Int64) -import Data.Either (Either) import Data.Void (Void) type Symbol = String