I am sorry for the silly question.
I have a function as the following
func:: ((Float,Float) ->Bool) -> Float -> ((Float,Float) -> Bool)
I am trying to make calculation in this type ((Float,Float) ->Bool) with Float and then pass the information to ((Float,Float) -> Bool)
Thank again appreciated.