BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

fixed toInt(), toReal(), toString() #313

Closed lileicc closed 9 years ago

lileicc commented 9 years ago

@jxwuyi Small fix to the type signature. Previous toInt would disallow user declared types.

jxwuyi commented 9 years ago

LGTM