/ test-package / JumpToSelf.dhall

Copy path to clipboard

Althtough Dhall forbids cyclic imports, dhall-docs can handle them properly

Source

{-|
Althtough Dhall forbids cyclic imports, `dhall-docs` can handle them properly
-}
let selfs =
[ ./JumpToSelf.dhall
, ../package/JumpToSelf.dhall ]
in selfs