![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
A contract is a list of typed arguments that a function can follow. More...
#include <TypeChecker.hpp>
Public Attributes | |
std::vector< Typedef > | arguments |
A contract is a list of typed arguments that a function can follow.
Definition at line 84 of file TypeChecker.hpp.
std::vector<Typedef> Ark::types::Contract::arguments |
Definition at line 86 of file TypeChecker.hpp.
Referenced by Ark::types::displayContract().