Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 13:54
Show Gist options
  • Save SteveGilham/962841ea772f1b924a50 to your computer and use it in GitHub Desktop.
Save SteveGilham/962841ea772f1b924a50 to your computer and use it in GitHub Desktop.
let Half_Adder x y = (XOR x y, AND x y);;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment