Trying mandelbrot in F#
This commit is contained in:
commit
3eddbc0afe
22 changed files with 1548 additions and 0 deletions
17
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.AssemblyInfo.fs
Normal file
17
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.AssemblyInfo.fs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// <auto-generated>
|
||||
// Generated by the FSharp WriteCodeFragment class.
|
||||
// </auto-generated>
|
||||
namespace FSharp
|
||||
|
||||
open System
|
||||
open System.Reflection
|
||||
|
||||
|
||||
[<assembly: System.Reflection.AssemblyCompanyAttribute("fsharp-mandelbrot")>]
|
||||
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")>]
|
||||
[<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
|
||||
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")>]
|
||||
[<assembly: System.Reflection.AssemblyProductAttribute("fsharp-mandelbrot")>]
|
||||
[<assembly: System.Reflection.AssemblyTitleAttribute("fsharp-mandelbrot")>]
|
||||
[<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
|
||||
do()
|
||||
|
|
@ -0,0 +1 @@
|
|||
21a3acbe14a01109ad95e8817fe398221b0a53df
|
||||
BIN
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.assets.cache
Normal file
BIN
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.assets.cache
Normal file
Binary file not shown.
BIN
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.dll
Normal file
BIN
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.dll
Normal file
Binary file not shown.
|
|
@ -0,0 +1,10 @@
|
|||
/home/joachim/fsharp-mandelbrot/bin/Debug/netcoreapp2.2/fsharp-mandelbrot.deps.json
|
||||
/home/joachim/fsharp-mandelbrot/bin/Debug/netcoreapp2.2/fsharp-mandelbrot.runtimeconfig.json
|
||||
/home/joachim/fsharp-mandelbrot/bin/Debug/netcoreapp2.2/fsharp-mandelbrot.runtimeconfig.dev.json
|
||||
/home/joachim/fsharp-mandelbrot/bin/Debug/netcoreapp2.2/fsharp-mandelbrot.dll
|
||||
/home/joachim/fsharp-mandelbrot/bin/Debug/netcoreapp2.2/fsharp-mandelbrot.pdb
|
||||
/home/joachim/fsharp-mandelbrot/obj/Debug/netcoreapp2.2/fsharp-mandelbrot.fsprojAssemblyReference.cache
|
||||
/home/joachim/fsharp-mandelbrot/obj/Debug/netcoreapp2.2/fsharp-mandelbrot.AssemblyInfoInputs.cache
|
||||
/home/joachim/fsharp-mandelbrot/obj/Debug/netcoreapp2.2/fsharp-mandelbrot.AssemblyInfo.fs
|
||||
/home/joachim/fsharp-mandelbrot/obj/Debug/netcoreapp2.2/fsharp-mandelbrot.dll
|
||||
/home/joachim/fsharp-mandelbrot/obj/Debug/netcoreapp2.2/fsharp-mandelbrot.pdb
|
||||
Binary file not shown.
BIN
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.pdb
Normal file
BIN
obj/Debug/netcoreapp2.2/fsharp-mandelbrot.pdb
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue