diff options
| author | Ben Sima <ben@bsima.me> | 2025-11-20 18:39:25 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-11-20 18:39:25 -0500 |
| commit | feda8ac221d88650850a3eaac2fbe2f2b215beac (patch) | |
| tree | 331bcc0b1e5e32cffb8ebcc784d59428f42b163c /debug_ns.hs | |
| parent | 0d8ba7ec8b7b06a490eb7f2d625e169b2ed0ad72 (diff) | |
feat: implement t-PpYZt2
Diffstat (limited to 'debug_ns.hs')
| -rw-r--r-- | debug_ns.hs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debug_ns.hs b/debug_ns.hs deleted file mode 100644 index fbd4ea3..0000000 --- a/debug_ns.hs +++ /dev/null @@ -1,17 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE NoImplicitPrelude #-} - -module Main where - -import Omni.Namespace -import Protolude -import qualified Data.Text as T - -main :: IO () -main = do - let root = "/home/ben/omni-worker-1" - let path = "/home/ben/omni-worker-1/Omni/Task.hs" - putStrLn $ "Root: " ++ root - putStrLn $ "Path: " ++ path - let res = fromPath root path - print res |
