probcomp / metaprob

An embedded language for probabilistic programming and meta-programming.
GNU General Public License v3.0
168 stars 17 forks source link

Improve naming of trace-value to trace-get-value #115

Open fsaad opened 5 years ago

fsaad commented 5 years ago

The name trace-get-value provides consistency with trace-has-value? and trace-set-value, and provides the correct naming scheme that is expected with the "getters and setters" design pattern.