hirosystems / clarinet

Write, test and deploy high-quality smart contracts to the Stacks blockchain and Bitcoin.
https://hiro.so/clarinet
GNU General Public License v3.0
297 stars 130 forks source link

Fix completion for `map` #736

Closed obycode closed 1 year ago

obycode commented 1 year ago

Currently expands to: (map sequence sequence)

Should be: (map func sequence)

lgalabru commented 1 year ago

To be done in the stacks-blockchain repo.