2 System.IO.putStrLn "-- test :browse! functionality"
3 System.IO.putStrLn ":browse! *T"
5 System.IO.putStrLn ":browse! T"
7 :set -fprint-explicit-foralls
8 System.IO.putStrLn ":browse! T -- with -fprint-explicit-foralls"
11 System.IO.putStrLn "-- test :browse! <target> relative to different contexts"
15 System.IO.putStrLn ":browse! Ghci025C -- from *Ghci025C>"
18 System.IO.putStrLn ":browse! Ghci025C -- from *Ghci025B>, after :add Ghci025B"
21 System.IO.putStrLn ":browse! Ghci025C -- from *Ghci025C>, after :m *Ghci025C"
24 System.IO.putStrLn ":browse! Ghci025C -- from *Ghci025D>, after :m *Ghci025D"