I understand what get1 does and that is fine
get1 = attempt $ Affjax.get "http://www.google.com"
I think I know what liftAff does BUT the compiler knows better a
get2 = liftAff $ attempt $ Affjax.get "http://www.google.com"
and gives the following the error message