Skip to content

Commit

Permalink
Fix for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Nov 29, 2024
1 parent a2d3180 commit fe55c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/birds.cccatt
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ coh warblerstarstar {a b c d : .} : (a -> b -> c -> c -> d) -> a -> b -> c -> d
# Relationship with SK
#

coh ap {a b : .} (f : a -> b) (x : a) : b
let B := bluebird
let K := kestrel
let S := starling

coh blackbird-bluebird : blackbird = ap (ap B B) B
# coh blackbird-bluebird : blackbird = ap (ap B B) B

0 comments on commit fe55c2d

Please sign in to comment.