From dcdfa24ca4add043bf46e602a6d3b519af0228f8 Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Fri, 14 Mar 2025 12:06:32 +0100 Subject: [PATCH] put the haskell code under a subdirectory --- {src => haskell/src}/BN254.hs | 0 {src => haskell/src}/Graph.hs | 0 {src => haskell/src}/Main.hs | 0 {src => haskell/src}/Misc.hs | 0 {src => haskell/src}/Parser.hs | 0 {src => haskell/src}/Semantics.hs | 0 {src => haskell/src}/Witness.hs | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {src => haskell/src}/BN254.hs (100%) rename {src => haskell/src}/Graph.hs (100%) rename {src => haskell/src}/Main.hs (100%) rename {src => haskell/src}/Misc.hs (100%) rename {src => haskell/src}/Parser.hs (100%) rename {src => haskell/src}/Semantics.hs (100%) rename {src => haskell/src}/Witness.hs (100%) diff --git a/src/BN254.hs b/haskell/src/BN254.hs similarity index 100% rename from src/BN254.hs rename to haskell/src/BN254.hs diff --git a/src/Graph.hs b/haskell/src/Graph.hs similarity index 100% rename from src/Graph.hs rename to haskell/src/Graph.hs diff --git a/src/Main.hs b/haskell/src/Main.hs similarity index 100% rename from src/Main.hs rename to haskell/src/Main.hs diff --git a/src/Misc.hs b/haskell/src/Misc.hs similarity index 100% rename from src/Misc.hs rename to haskell/src/Misc.hs diff --git a/src/Parser.hs b/haskell/src/Parser.hs similarity index 100% rename from src/Parser.hs rename to haskell/src/Parser.hs diff --git a/src/Semantics.hs b/haskell/src/Semantics.hs similarity index 100% rename from src/Semantics.hs rename to haskell/src/Semantics.hs diff --git a/src/Witness.hs b/haskell/src/Witness.hs similarity index 100% rename from src/Witness.hs rename to haskell/src/Witness.hs