summaryrefslogtreecommitdiff
path: root/src/PreludeCu.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-02-28 16:57:18 +0100
committerTom Smeding <tom@tomsmeding.com>2025-02-28 16:59:40 +0100
commit1083b6016c427d7eb519f9238384b1ebe5395061 (patch)
tree85da8a27ddcc8e0c6ac69e90fb2e03e294ce4c24 /src/PreludeCu.hs
parente40e33bc16175b6a0180e3ef88d0a588819e6c37 (diff)
Remove stupid old nonworking cuda stub
Diffstat (limited to 'src/PreludeCu.hs')
-rw-r--r--src/PreludeCu.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/PreludeCu.hs b/src/PreludeCu.hs
deleted file mode 100644
index 22909a9..0000000
--- a/src/PreludeCu.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-{-# LANGUAGE TemplateHaskell #-}
-module PreludeCu where
-
-import Control.Monad.IO.Class (liftIO)
-import Language.Haskell.TH (Exp(LitE), Lit(StringL))
-
-
-prelude :: String
-prelude = $(LitE . StringL <$> liftIO (readFile "prelude.cu"))