banbiossa - Overview
Skip to content
Sign in
AI CODE CREATION
GitHub CopilotWrite better code with AI
GitHub SparkBuild and deploy intelligent apps
GitHub ModelsManage and compare prompts
MCP RegistryNewIntegrate external tools
View all features
Sign up
@legalontechnologies
Learning tla+ from https://lamport.azurewebsites.net
TLA 2 1
3
yaml.add_constructor("!flatten", construct_flat_list)
5
def construct_flat_list(loader: yaml.Loader, node: yaml.Node) -> List[str]: