Hello I am kinda newbie in Haskell you can help help me with some programmingI am trying to make function like for examplefunc :: (a -> Bool) -> (a -> Bool)this function make calculation and return bool . I want to be able to make bool True when It is False and False when it is True while returning the a.Thank you
--
Mujtaba Ali Alboori