Skip to content

Commit

Permalink
compiler: #49
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilin Chen authored and Zilin Chen committed Jan 12, 2017
1 parent b6f32e9 commit ca4013d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cogent/tests/wip_0-ary-function.cogent
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
foo : U32
foo = let x = bar 1
in x + 3

bar : U32 -> U32

-- poly : all a. a
-- poly = poly'[a] ()
--
-- poly' : all a. () -> a

0 comments on commit ca4013d

Please sign in to comment.