aboutsummaryrefslogtreecommitdiff
path: root/examples/signature_param.makkai
blob: 9dae31b82650d38815c2c6cb7e1b9e0111261ed7 (plain)
1
2
3
4
let signature S = theory {
  F :: (x : Nat) (y : Bool) -> Set,
  G :: (z : set-of(F 3 4)) -> Set // this sould fail
}