Bug 457693

Summary: Request to package pa_where (OCaml extension)
Product: [Fedora] Fedora Reporter: Richard W.M. Jones <rjones>
Component: ocamlAssignee: Richard W.M. Jones <rjones>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rjones
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://bluestorm.info/camlp4/pa_where/list.php
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-02-25 21:28:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Richard W.M. Jones 2008-08-03 21:25:51 UTC
http://bluestorm.info/camlp4/pa_where/list.php

Use :
     Introduce a "where" keyword for backward declarations.

     Generic form :
       <something> where <declaration>  ==>  <declaration> (sep) <something>
     Supported forms : where let, where val
     Examples :
       expr where let a = b     ==>  let a = b in expr
       expr where let rec a = b ==>  let rec a = b in expr
       str_item where val a = b ==>  let a = b ;; str_item 
   
     Default case : as "where let" is the more common form,
     the "let" is optional and you can use "where" alone :
       expr where a = b  ==> let a = b in expr

Comment 1 Fedora Admin XMLRPC Client 2010-11-16 18:27:48 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.