summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T20473a.script
blob: 73e23555648b7626a36b60fdce7729a2883077b0 (plain)
1
2
3
4
5
6
7
:{
import Data.List (sort)

xs :: [Int]
xs = sort [2,1]
:}
sort xs