Skip to content
Snippets Groups Projects
Commit 32114997 authored by Daniel Firth's avatar Daniel Firth
Browse files

remove visible forall

parent 5e7f8559
Branches
Tags
No related merge requests found
let H = ./horizon.dhall
let callHorizonAdopted
: ∀(name : Text)∀(revision : Text) → H.Attr H.HsPkg.Type
: Text → Text → H.Attr H.HsPkg.Type
= λ(name : Text) →
λ(revision : Text) →
H.callCabal2nix
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment