mirror of
https://github.com/anoma/juvix.git
synced 2025-01-07 08:08:44 +03:00
8 lines
174 B
Haskell
8 lines
174 B
Haskell
|
module Commands.Extra.Paths where
|
||
|
|
||
|
import Juvix.Prelude
|
||
|
|
||
|
-- | imaginary file path for error messages in the repl.
|
||
|
replPath :: Path Abs File
|
||
|
replPath = $(mkAbsFile "/<repl>")
|