Skip to content

Commit

Permalink
stdin -> <stdin>
Browse files Browse the repository at this point in the history
  • Loading branch information
leana8959 committed Sep 14, 2024
1 parent 84e8cd4 commit ae7a70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import Types
data InputKind = File String | Repl deriving (Eq)
instance Show InputKind where
show (File fname) = fname
show Repl = "stdin"
show Repl = "<stdin>"

data CliArgs = CliArgs
{ input :: InputKind
Expand Down

0 comments on commit ae7a70d

Please sign in to comment.