Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LHS (0.02 sec)

  1. doc/go_spec.html

    <p>
    Type inference solves type equations through <i>type unification</i>.
    Type unification recursively compares the LHS and RHS types of an
    equation, where either or both types may be or contain bound type parameters,
    and looks for type arguments for those type parameters such that the LHS
    and RHS match (become identical or assignment-compatible, depending on
    context).
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-haskell">
        <_comment>Haskell source code</_comment>
        <glob pattern="*.hs"/>
        <glob pattern="*.lhs"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-idl">
        <_comment>Interface Definition Language</_comment>
        <glob pattern="*.idl"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top