Packages

The Phi Programming Language

Current section

Files

Jump to
phi test example.phi
Raw

test/example.phi

module Example where
answer = 42
id = \x -> x
main = let f = id in f 42