user-documentation
user-documentation copied to clipboard
Documentation for those that use HHVM and write Hack code.
Please complete the information below: # Where is the problem? Section "Functions: Format Strings" # What is the problem? We provide an example to show defining functions with format string....
Please complete the information below: # Where is the problem? In the documentation for Interfaces. Likely in other locations too. # What is the problem? We shouldn't say that Hack...
Please complete the information below: # Where is the problem? Code examples. - - - eg "The section describing how widgets work" - - - # What is the problem?...
Please complete the information below: # Where is the problem? ```HACK $v = 30; switch ($v) { case 30.0: //
We really need a page that outlines all visibility modifiers and their consequences on scope. Start with a page with sections on `public`, `private`, `protected`, and a table like https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html...
Is there any documentation on options in .hhconfig, please?
Numerous typos found: Types: Shapes * `Consider a shape type S2 whose field set is a superset of that in shape type S1. As such, S2 is a subtype of...
For example, searching for: - `(string): string` could return `Str\uppercase` - `(vec): vec` could return `Vec\map` - `(vec): vec` should also return `Vec\map` - `(dict): vec` should also return `Vec\map`...
The examples on this page are prose-heavy and hard to understand. -------------------------------- Please don't change anything below this point. -------------------------------- - Build ID: HHVM=HHVM-4.154.0:HSL=v4.108.1:2022-05-03T20:54:00+0000:1fa47f258c6b68f8ec01899aa82fd6ffa0957109 - Page requested: /hack/generics/type-constraints - Page...
Please complete the information below: # How I got to this page: 404 logs # What I expected to find here: Documentation on typechecker options -------------------------------- Please don't change anything...