Skip to content

Instantly share code, notes, and snippets.

@prednaz
Created August 15, 2021 11:55
Show Gist options
  • Save prednaz/088a61bc42754f37bdac0f1d289e7fb4 to your computer and use it in GitHub Desktop.
Save prednaz/088a61bc42754f37bdac0f1d289e7fb4 to your computer and use it in GitHub Desktop.
main = f 6; f x = if (x == 2) then 2 else 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment