summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/should_run/T14285.hs
blob: 29da51e734ef3de3831eb17a46425175bb16c179 (plain)
1
2
3
4
5
6
7
8
9
module Main where

import T14285a
import Prelude hiding (null)

main :: IO ()
main = do
  let args = "hw"
  print $ null $ pre_images 'a' (Rel (fromList [('a',sfromList args)]) (fromList [('b',sfromList args)]))