-
Notifications
You must be signed in to change notification settings - Fork 0
Similar Projects in this area
Louis Kueh edited this page Oct 24, 2018
·
10 revisions
-
F-sharp Lint
- Only checks style
- Uses MS Build Task / console
Consider changing `ExampleInterface` to be prefixed with `I`.
Error in file Program.fs on line 1 starting at column 5
type ExampleInterface =
^
Consider changing `print` to PascalCase.
Error in file Program.fs on line 2 starting at column 19
abstract member print : unit -> unit
^
If `(+)` has no mutable arguments partially applied the lambda can be removed.
Error in file Program.fs on line 6 starting at column 23
let x = List.fold (fun x y -> x + y) 0 [1;2;3]-
Research
-
Implementation
-
Weekly Reports
-
Meeting Feedback