Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. case TR.readEither parameterValue of
  2. Left x -> Left $ "Failed to convert " ++ parameterName ++ " to an Int."
  3. Right x -> Right x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement