issues
search
cloudRoutine
/
issueCommRepo
Sample Port of F# Uservoice Suggestions
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow overloads of custom keywords in computation expressions
#69
cloudRoutine
opened
8 years ago
0
Allow record types to implement interfaces just by adding the interface name when compatible
#68
cloudRoutine
opened
8 years ago
0
allow use to not bind the expression to a name
#67
cloudRoutine
opened
8 years ago
1
Hide Obsolete warnings on record initializer not using the obsolete field.
#66
cloudRoutine
opened
8 years ago
3
Make tuple defined DU cases more consistent with tuple
#65
cloudRoutine
opened
8 years ago
2
Add units of measure for standard type aliases
#64
cloudRoutine
opened
8 years ago
0
Code succinctness: Relax syntax rules for the else branch of an if expression (from Ada 2012)
#63
cloudRoutine
opened
8 years ago
3
Allow generic type constraints for union and record
#62
cloudRoutine
opened
8 years ago
0
Code robustness: Range of admissible values for class fields and record fields (from Ada 2012)
#61
cloudRoutine
closed
8 years ago
0
Code robustness: Types with ranges of admissible values (from Ada 2012)
#60
cloudRoutine
opened
8 years ago
0
Types with default initial values specified (from Ada 2012)
#59
cloudRoutine
opened
8 years ago
2
Compiler-enforced defensive coding: Parentheses to surround the if or match expression within another expression (from Ada 2012)
#58
cloudRoutine
closed
8 years ago
1
Use the "not in" keyword combination for membership tests (from Ada 2012)
#57
cloudRoutine
closed
8 years ago
2
Types with predicates to create subtypes easily (from Ada 2012)
#56
cloudRoutine
opened
8 years ago
2
Allow basic integer numeric type names in a for loop (from Ada 2012)
#55
cloudRoutine
opened
8 years ago
0
Allow enumeration type names and discriminated union type names in a for loop (from Ada 2012)
#54
cloudRoutine
opened
8 years ago
3
Use the in keyword and "|" symbol for membership tests and better readability (from Ada 2012)
#53
cloudRoutine
opened
8 years ago
0
Inline Record Definition in Discriminated Unions
#52
cloudRoutine
opened
8 years ago
5
Allow flexible types in default constructor constraint
#51
cloudRoutine
opened
8 years ago
0
Allow more flexible layout for constraint syntax
#50
cloudRoutine
opened
8 years ago
0
Add a shorthand/literal syntax for creating Maps
#49
cloudRoutine
opened
8 years ago
4
Allow function names to end with a question mark.
#48
cloudRoutine
opened
8 years ago
2
warnon:1182 seems like a good idea, why is it off by default ?
#47
cloudRoutine
opened
8 years ago
0
Improve cloning record syntax
#46
cloudRoutine
closed
8 years ago
1
Improve Discriminated Union Type Inference
#45
cloudRoutine
opened
8 years ago
0
#r #load via fsi method
#44
cloudRoutine
opened
8 years ago
2
Map keys <--> set compatibility
#43
cloudRoutine
opened
8 years ago
0
add DAG like source reference control feature
#42
cloudRoutine
closed
8 years ago
1
Linker!
#41
cloudRoutine
closed
8 years ago
0
Add Polymorphic Variants (ad-hoc Discriminated Unions)
#40
cloudRoutine
opened
8 years ago
1
Add non-empty collection versions (or a generic nonempty type?) to the core library
#39
cloudRoutine
closed
8 years ago
1
Allow types and modules to be mutually referential (not across files, only within a closed scope in a single file)
#38
cloudRoutine
closed
8 years ago
3
Pattern matching on member defintions
#37
cloudRoutine
closed
8 years ago
1
extend ComputationExpression builders with Map : m<'a> * ('a -> 'b) -> m<'b>
#36
cloudRoutine
opened
8 years ago
0
Exclude mutable fields from GetHashCode in record types
#35
cloudRoutine
closed
8 years ago
4
Single-use / inline discriminated unions
#34
cloudRoutine
closed
8 years ago
4
Allow Attributes to follow the `member` keyword
#33
cloudRoutine
closed
8 years ago
1
remove Seq.rev from FSharp.Core again
#32
cloudRoutine
closed
8 years ago
9
Add filtermap to the standard library
#31
cloudRoutine
closed
8 years ago
9
Optimize IL for methods to use mutable code for better performance
#30
cloudRoutine
closed
8 years ago
1
Allow Type Extensions and Extension Methods to Satisfy Constraints
#29
cloudRoutine
closed
8 years ago
0
Introduce a different approach for resolving ambiguity of record types
#28
cloudRoutine
closed
8 years ago
2
Introduce array spread operator for pattern matching and [<ParamArray>]
#27
cloudRoutine
closed
8 years ago
5
Optionally relax signatures of -X, sin X, cos X to allow use w.r.t. subtyping
#26
cloudRoutine
opened
8 years ago
1
Allow implementation of abstract slots with generic return type instantiated at type 'unit'
#25
cloudRoutine
opened
8 years ago
0
In a pattern match use the record field name as a default binding if none is provided
#24
cloudRoutine
opened
8 years ago
0
Automatic lazy wrapping of argument
#23
cloudRoutine
closed
8 years ago
1
Expand support for byref to match C# 7
#22
cloudRoutine
opened
8 years ago
4
Richer literals: TimeSpan/DateTime/Char array/UTF8
#21
cloudRoutine
opened
8 years ago
1
respect multi-line triple quoted strings indentation
#20
cloudRoutine
closed
8 years ago
0
Next