All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Compiler.Generated.idr Maven / Gradle / Ivy

The newest version!
module Compiler.Generated

import Idris.Version

export
generatedString : String -> String
generatedString backend =
  "@" ++ "generated by Idris " ++ (show version) ++ ", " ++ backend ++ " backend"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy