Skip to content

Commit

Permalink
fix: build --pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 6, 2024
1 parent 5db81f5 commit f33aeb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module Main where
import qualified Test.Unicode as Unicode
import Main.Utf8

main :: IO ()
main = withUtf8 do
Unicode.main
1 change: 1 addition & 0 deletions example/test/Test/Unicode.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module Test.Unicode where

main :: IO ()
main = putStrLn "⟦ ρ ↦ ⊥.a ⟧"

0 comments on commit f33aeb9

Please sign in to comment.