. package:ghc

return the expression at idx of obj
obj .! idx ==> obj[idx]
JS infix Equality operators
JS infix Equality operators
JS infix bit operators
JS infix Ord operators
JS infix bit shift operators
JS infix Ord operators
JS infix Equality operators
JS infix Equality operators
JS infix Ord operators
JS infix Ord operators
JS infix bit shift operators
JS infix bit shift operators
Select a property prop, from and object obj
obj .^ prop ==> obj.prop
JS infix bit operators
JS infix bit operators
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"