Skip to content

Commit

Permalink
Passing structs by value should be okay now
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed May 13, 2012
1 parent 1c8ea2c commit a792087
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -219,7 +219,3 @@ i :: int
i = n # error: incompatible types `int' and `*node'
i = {} # error: cannot assign untyped to typed
```

# Caveats

Don't pass structs by value at the moment. It's unsound.

0 comments on commit a792087

Please sign in to comment.