Packages

The Phi Programming Language

Current section

Files

Jump to
phi test phi example.phi
Raw

test/phi/example.phi

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