pact icon indicating copy to clipboard operation
pact copied to clipboard

Investigate supporting column-of for property args

Open bts opened this issue 6 years ago • 1 comments

It's possible we might need to parse column names in a type-directed fashion to be able to tell 'column-name apart from 'some-random-string?

bts avatar Oct 03 '19 18:10 bts

Example:

(defproperty conserves-mass (c:(column-of coin-table))
  (= (column-delta coin-table c) 0.0))

bts avatar Oct 03 '19 18:10 bts