pen-lang / pen

The parallel, concurrent, and functional programming language for scalable software development

Home Page:https://pen-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Reflect'Any'Equal` function

raviqqe opened this issue · comments

Solution

  • Equal = \(x any) boolean | error { ... }
  • Use it in the Test package.