uqbar-project / function-laboratory

https://uqbar-project.github.io/function-laboratory/
GNU General Public License v3.0
3 stars 2 forks source link

Decouple our own types from Blockly Types #11

Closed JuanFdS closed 4 years ago

JuanFdS commented 4 years ago

If we want to intersect and typecheck all applications ourselves, we'd have problems using Blockly types because some applications would be rejected by Blockly even before we can check the types ourselves. So if we wanted to return custom errors we woudln't be able to do so in the cases in which Blockly doesn't allow you to connect incompatible blocks.