Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global.Some and None Methods #789

Open
SethDusek opened this issue Nov 30, 2024 · 0 comments
Open

Global.Some and None Methods #789

SethDusek opened this issue Nov 30, 2024 · 0 comments
Labels
6.0 Functionality needed for Ergo v6.0 (interpreter v3)

Comments

@SethDusek
Copy link
Collaborator

Add versioned Global.Some and None methods:

def Some[T](val: T): Option[T]
def None[T](): Option[T]

Reference PR: ergoplatform/sigmastate-interpreter#1026

@SethDusek SethDusek added the 6.0 Functionality needed for Ergo v6.0 (interpreter v3) label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.0 Functionality needed for Ergo v6.0 (interpreter v3)
Projects
None yet
Development

No branches or pull requests

1 participant