mirror of
https://github.com/aristanetworks/purescript-backend-optimizer.git
synced 2024-11-22 04:13:32 +03:00
Fix a typo in README.md (#102)
This commit is contained in:
parent
78a20c087c
commit
bdef8b58cd
@ -119,7 +119,7 @@ myAdd a b = a + b
|
||||
```
|
||||
|
||||
The `myAdd` function would likely already be inlined since it is so small, but
|
||||
to guarantee that it is always inlined after two argments are applied, you would
|
||||
to guarantee that it is always inlined after two arguments are applied, you would
|
||||
write the following directive:
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user