. package:ghc
return the expression at idx of obj
obj .! idx ==> obj[idx]
JS infix Equality operators
JS infix Equality operators
JS infix bit shift operators
JS infix Equality operators
JS infix Equality operators
JS infix bit shift operators
JS infix bit shift operators
Select a property
prop, from and object
obj
obj .^ prop ==> obj.prop
Add an extension, even if there is already one there, equivalent to
addExtension.
"/directory/path" <.> "ext" == "/directory/path.ext"
"/directory/path" <.> ".ext" == "/directory/path.ext"