packages feed

descript-lang-0.2.0.0: test-resources/Import/Math/Square.dscr

module Import>Math>Square

Square[a].
//A module parameter - should be substituted when imported.
Mult[left, right].

Square[a]: Mult[left: a, right: a]