idris-0.12: test/reg075/expected
data Foo : Bar m BMODEL -> Model ty -> FTy -> Type where
FElem : (name : String) -> Foo p (MElem name) FELEM
FLink : Foo p x FELEM ->
(c : Common) ->
(f : Bar g BELEM) ->
{auto prf : isValid f p = Yes prf'} -> Foo p (MLink c x g) FLINK