From b1c124d8994ce62d41c2d9e95ebe98aa23e92182 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Sat, 21 Sep 2024 17:42:03 +0200 Subject: [PATCH] Remove non-unneeded import --- byg/src/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/byg/src/Main.hs b/byg/src/Main.hs index a69525b..90dc4bc 100644 --- a/byg/src/Main.hs +++ b/byg/src/Main.hs @@ -1,6 +1,5 @@ module Main where -import Functions import ComputationM test :: ComputationM TokenNotTraversable ()