Quick actions

cmd+k|ctrl+k

Navigation

Languages

Answer to StackOverflow Question 1

Snippet info

Language

Ats

Visibility

public

Author

steinwaywhw

Created

2016-09-27T13:51:09Z

Updated

2016-09-27T13:51:09Z

staload "ast.sats"


implement main0 () = () where {
    val _ = print "Hello World!\n"
    val _ = free_vars (ast_var "a")
    
}
INFO