summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci028.script
blob: 5f527c13f6e7225c6ee5cadd494c0e0958acba4b (plain)
1
2
3
4
-- Testing that script input is interpreted at UTF-8
:set -XUnicodeSyntax -XRankNTypes
let (∘) :: ∀ α β γ . (β → γ) → (α → β) → (α → γ); (f ∘ g) x = f (g x)
reverse ∘ map Data.Char.toUpper $ "fish"