Skip to content

Conversation

@davydog187
Copy link
Contributor

@davydog187 davydog187 commented Jun 9, 2025

Adds the following guards for use in deflua functions

  • is_table/1
  • is_userdata/1
  • is_lua_func/1
  • is_erl_func/1
  • is_mfa/1

Closes #82

Adds the following guards for use in `deflua` functions

- `is_table/1`
- `is_userdata/1`
- `is_lua_func/1`
- `is_erl_func/1`
- `is_mfa/1`
@davydog187 davydog187 merged commit 3875b35 into main Jun 9, 2025
2 checks passed
@davydog187 davydog187 deleted the deflua-guards branch June 9, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create guards for tables, userdata, erl_func, etc

2 participants