Martin DeMello
Martin DeMello

Reputation: 12336

Where is the documentation for Opa's classic syntax?

The blog post introducing the new syntax said that the old MLish syntax would still be available and supported, and there's nothing in the changelog suggesting that it was ever gotten rid of, but I can't find any reference to it in the docs.

Upvotes: 1

Views: 177

Answers (1)

Fred
Fred

Reputation: 1094

you can see the old documentation here : http://doc.s3.opalang.org/

The new JS-like syntax has been introduced with version 0.9.0 as you can see in the changelog.

Upvotes: 1

Related Questions