[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Can one use malfunction with mirageos?
It worked!! I performed these steps for it to work. ``` mirage configure -t ukvm agda-ocaml --mlf --cmx Import.agda ``` Then I move the compiled output inside _build. The generated Import.mli , I keep inside the initial directory because it seems that it is needed there. then I execute : ``` make depend make ``` and it works. Do you have any suggestions on the placement of files? or the workflow? (For example, It would be nice if packages set at config.ml were also passed to agda-ocaml.) Other than that, let's have some fun writing a server in Agda. On another note , I think that I need to compile Agda' IO monad into Lwt. On Thu, Oct 25, 2018 at 1:56 PM Thomas Gazagnaire <thomas@xxxxxxxxxxxxxx> wrote: > _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |