Skip to content
#

type-checking

Here are 115 public repositories matching this topic...

lenscas
lenscas commented Oct 17, 2020

in my project rlua expects 3 values back from the lua script that got executed. This works fine for lua, but teal doesn't like it.

minimal example: return 1,2

error: excess return values, expected 1 (<any type>), got 2 (number, number)

In my case I can probably work around it without much problem, as I will probably end up making a .lua script to load the teal compiler as a library in

Improve this page

Add a description, image, and links to the type-checking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the type-checking topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.