Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 13:49
Show Gist options
  • Save SteveGilham/216e9c79a4a6b86b4081 to your computer and use it in GitHub Desktop.
Save SteveGilham/216e9c79a4a6b86b4081 to your computer and use it in GitHub Desktop.
type IPoint
= interface
abstract x: int;
abstract y: int;
abstract move: IPoint -> unit
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment