Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 776d147ce804872da1339c5e2ebac30f > files > 104

idris-0.9.9-1.fc19.i686.rpm

module foo

namespace x
  test : Int -> Int
  test x = x * 2

namespace y
  test : String -> String
  test x = x ++ x