summaryrefslogtreecommitdiff
path: root/test-suite/output/inference.out
blob: bca3b361ac1ca5aabe8b4df8ab77e704ab183429 (plain)
1
2
3
4
5
6
P = 
fun e : option L => match e with
                    | Some cl => Some cl
                    | None => None
                    end
     : option L -> option L