Structs§
- Function
Call - Represents a function call with its arguments, name and source span.
Traits§
- Rooc
Function - Trait defining the interface for Rooc functions.
Functions§
- default_
rooc_ function_ to_ latex - Converts a function call to LaTeX format.
- default_
rooc_ function_ to_ string - Converts a function call to a string representation.
- default_
type_ check - The default type check implementation, it performs type checking of function arguments against expected types.
- default_
wrong_ number_ of_ arguments - Creates an error for wrong number of arguments.
- default_
wrong_ type - Creates a type error for wrong argument types.