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

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