Skip to content

Instantly share code, notes, and snippets.

@bshepherdson
Created March 22, 2016 15:30
Show Gist options
  • Save bshepherdson/b63c226875b90671f75a to your computer and use it in GitHub Desktop.
Save bshepherdson/b63c226875b90671f75a to your computer and use it in GitHub Desktop.
class Foo[A: Any #read]
let _value: A
new create(v: A) => _value = v
fun foo(): A => _value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment