Allows a type to be evaluated, abstracts evaluation Our 'Value' type currently wraps and unites all types that exist within ClojureRS, and therefore all values that are evaluated within ClojureRS, so when not called on a Value, this mostly acts as a shortcut for evaluating outside types not yet converted into a Value, so you can write something like "1.eval(env)" instead of "1.to_value().eval(en
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected