diff options
| author | Omni Worker <bot@omni.agent> | 2025-11-21 06:26:49 -0500 |
|---|---|---|
| committer | Omni Worker <bot@omni.agent> | 2025-11-21 06:26:49 -0500 |
| commit | 717d58af46f4cc81baea27f4eab9a58e01dae24a (patch) | |
| tree | 7d69a43a202703c32e0588d3c4409699e1536204 /Omni/Reproduce.hs | |
| parent | bf7a6695c972b61e693aa0a239ab4fa66f369466 (diff) | |
fix: normalize haskell namespace and remove reproduce script
Amp-Thread-ID:
https://ampcode.com/threads/T-79499d9e-f4f4-40de-893c-524c32a45483
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'Omni/Reproduce.hs')
| -rw-r--r-- | Omni/Reproduce.hs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Omni/Reproduce.hs b/Omni/Reproduce.hs deleted file mode 100644 index d78406b..0000000 --- a/Omni/Reproduce.hs +++ /dev/null @@ -1,20 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE NoImplicitPrelude #-} - --- : out reproduce -module Omni.Reproduce where - -import Alpha -import Omni.Namespace (fromHaskellModule, toPath) - -main :: IO () -main = do - let ns1 = "Omni/Task.hs" - let parsed1 = fromHaskellModule ns1 - putStrLn $ "Input: " ++ ns1 - putStrLn $ "Parsed path: " ++ show (toPath parsed1) - - let ns2 = "Omni.Task.hs" - let parsed2 = fromHaskellModule ns2 - putStrLn $ "Input: " ++ ns2 - putStrLn $ "Parsed path: " ++ show (toPath parsed2) |
