Skip to content

Instantly share code, notes, and snippets.

@gyounes
gyounes / Pure op-based datatypes implementations
Last active August 20, 2016 11:02
Links of the files changed (work done) + description + summary
The following links are for all the pure operation-based data types implemented in Lasp.
These were all written by me, checked by mentor and merged to the master repository.
https://github.com/lasp-lang/types/blob/master/include/pure_type.hrl
https://github.com/lasp-lang/types/blob/master/src/pure_type.erl
https://github.com/lasp-lang/types/blob/master/src/pure_gcounter.erl
https://github.com/lasp-lang/types/blob/master/src/pure_pncounter.erl
https://github.com/lasp-lang/types/blob/master/src/pure_gset.erl
https://github.com/lasp-lang/types/blob/master/src/pure_twopset.erl